1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-26 16:30:52 +01:00
vichan/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 07:36:30 +02:00
chdir(str_replace('\\', '/', dirname(__FILE__)) . '/../../../');
require 'inc/functions.php';
2012-04-12 04:57:43 +02:00
require dirname(__FILE__) . '/theme.php';
rebuildTheme('rrdtool', 'cron');
2012-04-12 04:57:43 +02:00