Перенос файлов движка в корень

This commit is contained in:
Exile 2014-10-28 21:35:42 +03:00
commit f94c0dd2ee
585 changed files with 14 additions and 14 deletions

10
admin/admin_phpinfo.php Normal file
View file

@ -0,0 +1,10 @@
<?php
if (!empty($setmodules))
{
$module['GENERAL']['PHP_INFO'] = basename(__FILE__);
return;
}
require('./pagestart.php');
phpinfo();