diff --git a/campcaster/src/modules/htmlUI/etc/Makefile.in b/campcaster/src/modules/htmlUI/etc/Makefile.in index 428546c7c..ccb5753df 100644 --- a/campcaster/src/modules/htmlUI/etc/Makefile.in +++ b/campcaster/src/modules/htmlUI/etc/Makefile.in @@ -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 diff --git a/campcaster/src/modules/htmlUI/var/ui_twitterCron.php b/campcaster/src/modules/htmlUI/var/ui_twitterCron.php index 222291889..927befd05 100644 --- a/campcaster/src/modules/htmlUI/var/ui_twitterCron.php +++ b/campcaster/src/modules/htmlUI/var/ui_twitterCron.php @@ -1,6 +1,6 @@ init(); @@ -38,4 +38,4 @@ if ($uiHandler->TWITTER->needsUpdate()) { } } else { if (CRON_DEBUG) print "Update interval not reached.\n"; -} \ No newline at end of file +}