Subversion Repositories oidplus

Rev

Rev 511 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 511 Rev 532
Line 21... Line 21...
21
 
21
 
22
// TODO: should we also check security.ini ?
22
// TODO: should we also check security.ini ?
23
 
23
 
24
require_once __DIR__ . '/../../../includes/functions.inc.php';
24
require_once __DIR__ . '/../../../includes/functions.inc.php';
25
 
25
 
-
 
26
//if (OIDplus::baseConfig()->getValue('DISABLE_PLUGIN_OIDplusPagePublicResources', false)) {
-
 
27
//      throw new OIDplusException(_L('This plugin was disabled by the system administrator!'));
-
 
28
//}
-
 
29
 
26
error_reporting(0);
30
error_reporting(0);
27
 
31
 
28
if (!isset($_REQUEST['file'])) {
32
if (!isset($_REQUEST['file'])) {
29
        httpOutWithETag(SPACER_PNG, 'image/png', 'spacer.png');
33
        httpOutWithETag(SPACER_PNG, 'image/png', 'spacer.png');
30
} else {
34
} else {