mirror of
https://github.com/friendica/friendica
synced 2025-04-20 18:30:10 +00:00
New function to exit the program
This commit is contained in:
parent
4e9d7df31a
commit
f6167b4cfd
27 changed files with 73 additions and 94 deletions
|
@ -21,7 +21,7 @@
|
|||
|
||||
namespace Friendica\Module\Admin;
|
||||
|
||||
use Friendica\DI;
|
||||
use Friendica\Core\System;
|
||||
use Friendica\Module\BaseAdmin;
|
||||
|
||||
class PhpInfo extends BaseAdmin
|
||||
|
@ -31,7 +31,6 @@ class PhpInfo extends BaseAdmin
|
|||
self::checkAdminAccess();
|
||||
|
||||
phpinfo();
|
||||
DI::page()->logRuntime();
|
||||
exit();
|
||||
System::exit();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue