diff options
Diffstat (limited to 'admin/admin_system.php')
| -rwxr-xr-x | admin/admin_system.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/admin_system.php b/admin/admin_system.php index e474581..31a1d53 100755 --- a/admin/admin_system.php +++ b/admin/admin_system.php @@ -6,6 +6,7 @@ // Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details. namespace Bitweaver\Liberty; + require_once '../../kernel/includes/setup_inc.php'; use Bitweaver\KernelTools; use Bitweaver\Nexus\Nexus; @@ -136,7 +137,6 @@ $gBitSmarty->assign( 'feedback', $feedback ); $gBitSystem->display( 'bitpackage:kernel/admin_system.tpl', KernelTools::tra( "System Cache" ) , [ 'display_mode' => 'admin' ] ); - // {{{ Functions /** * du |
