Skip to content

Commit

Permalink
Fix index.php inclusion in css.php
Browse files Browse the repository at this point in the history
Do not relay on current working directory
  • Loading branch information
gocom committed Apr 12, 2019
1 parent 7a17254 commit da37b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css.php
Expand Up @@ -30,4 +30,4 @@
$nolog = 1;

define('txpinterface', 'css');
include 'index.php';
require __DIR__ . '/index.php';

0 comments on commit da37b2a

Please sign in to comment.