forked from leftypol/leftypol
"rrdtool" theme for graphing basic stats in development
This commit is contained in:
parent
8baf6ca124
commit
a582bf5866
4 changed files with 108 additions and 0 deletions
12
templates/themes/rrdtool/cron.php
Normal file
12
templates/themes/rrdtool/cron.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
$_SERVER = Array('REQUEST_URI' => '', 'HTTP_HOST' => '', 'SCRIPT_FILENAME' => '');
|
||||
chdir('/var/www');
|
||||
|
||||
require 'inc/functions.php';
|
||||
require 'inc/display.php';
|
||||
require 'inc/template.php';
|
||||
require 'inc/database.php';
|
||||
|
||||
require 'theme.php';
|
||||
rebuildTheme('rrdtool', 'cron');
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue