mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 02:04:53 +02:00
remove index.php
This commit is contained in:
parent
1903dc6b45
commit
32a64d944a
13 changed files with 31 additions and 15 deletions
|
@ -80,6 +80,9 @@ if ($handler == '') {
|
|||
$handler = 'default';
|
||||
}
|
||||
try {
|
||||
if(!empty($_GET['uid'])){
|
||||
$_COOKIE['uid'] = $_GET['token'];
|
||||
}
|
||||
$admin = Admin::_info();
|
||||
$sys_render = $root_path . File::pathFixer('system/controllers/' . $handler . '.php');
|
||||
if (file_exists($sys_render)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue