upstream debian_patch.twitter.php

This commit is contained in:
sebastian 2010-02-23 13:45:25 +00:00
parent 8d73642034
commit d4078e39e8
2 changed files with 4 additions and 3 deletions

View File

@ -214,6 +214,7 @@ install: configure_apache
${USR_VAR_DIR}/Campcaster/htmlUI/var/templates/subjects
${CP} ${VAR_DIR}/install/install.php ${USR_VAR_DIR}/Campcaster/htmlUI/var/install/
${CP} ${VAR_DIR}/install/uninstall.php ${USR_VAR_DIR}/Campcaster/htmlUI/var/install/
chgrp ${APACHE_GROUP} ${USR_VAR_DIR}/Campcaster/htmlUI/var/templates_c
chgrp ${APACHE_GROUP} ${USR_VAR_DIR}/Campcaster/htmlUI/var/html/img

View File

@ -1,6 +1,6 @@
<?php
require_once(dirname(__FILE__).'ui_conf.php');
require_once(dirname(__FILE__).'ui_handler.class.php');
require_once(dirname(__FILE__).'/ui_conf.php');
require_once(dirname(__FILE__).'/ui_handler.class.php');
$uiHandler = new uiHandler($CC_CONFIG);
$uiHandler->init();
@ -38,4 +38,4 @@ if ($uiHandler->TWITTER->needsUpdate()) {
}
} else {
if (CRON_DEBUG) print "Update interval not reached.\n";
}
}