Fix require file.

This commit is contained in:
Vasily Komrakov 2017-05-07 18:13:32 +03:00
commit 609696d0d0
No known key found for this signature in database
GPG key ID: 558236680C20A69A
15 changed files with 26 additions and 17 deletions

View file

@ -27,6 +27,7 @@ if (!empty($setmodules)) {
$module['GENERAL']['PHP_INFO'] = basename(__FILE__);
return;
}
require('./pagestart.php');
require __DIR__ . '/pagestart.php';
phpinfo();