"rrdtool" theme for graphing basic stats in development

This commit is contained in:
Savetheinternet 2011-06-07 15:22:41 +10:00
parent 8baf6ca124
commit a582bf5866
4 changed files with 108 additions and 0 deletions

View 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');
?>