leftypol/templates/themes/rrdtool/cron.php

10 lines
277 B
PHP
Raw Normal View History

<?php
$_SERVER = Array('REQUEST_URI' => '', 'HTTP_HOST' => '', 'SCRIPT_FILENAME' => '');
2011-06-07 05:36:30 +00:00
chdir(str_replace('\\', '/', dirname(__FILE__)) . '/../../../');
require 'inc/functions.php';
2012-04-12 02:57:43 +00:00
require dirname(__FILE__) . '/theme.php';
rebuildTheme('rrdtool', 'cron');
2012-04-12 02:57:43 +00:00