mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-05-19 08:40:21 -07:00
11 lines
157 B
PHP
11 lines
157 B
PHP
<?php
|
|
require 'lib/function.php';
|
|
require 'lib/layout.php';
|
|
if (!$isadmin) { die(); }
|
|
print "$header<br>";
|
|
|
|
print adminlinkbar("perfdata.php");
|
|
|
|
|
|
|
|
|