From 1675d71fe33f43626f7fbe6f82ee628d1e68bb14 Mon Sep 17 00:00:00 2001 From: niekt0 Date: Tue, 25 Jan 2011 16:36:19 +0100 Subject: [PATCH] cleanup --- doc/TODO | 2 +- wwwroot/inc/smarty/node_methodz/function.fetch.php | 2 +- wwwroot/nodes.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/TODO b/doc/TODO index 5103e1c..ddbef0f 100644 --- a/doc/TODO +++ b/doc/TODO @@ -29,7 +29,7 @@ - Uploading user images works, but resizing? - Suspected security holes: - ( cron/process-img.sh ) + ( ./inc/smarty/node_methodz/function.fetch.php) (read local files?) ( ./inc/eventz/spamuj_ubik.inc ) ( ./inc/eventz/upload_own_template.inc ) (is even needed?) diff --git a/wwwroot/inc/smarty/node_methodz/function.fetch.php b/wwwroot/inc/smarty/node_methodz/function.fetch.php index 4fe9e8f..726b703 100644 --- a/wwwroot/inc/smarty/node_methodz/function.fetch.php +++ b/wwwroot/inc/smarty/node_methodz/function.fetch.php @@ -6,7 +6,7 @@ */ -/** +/** a * Smarty {fetch} plugin * * Type: function
diff --git a/wwwroot/nodes.php b/wwwroot/nodes.php index 2da0d2b..b2fe986 100644 --- a/wwwroot/nodes.php +++ b/wwwroot/nodes.php @@ -105,7 +105,7 @@ if (isset($_SERVER['HTTP_REFERER'])) { } //connecting to database and creating universal $db object -require_once(INCLUDE_DIR.'senate.inc'); +//require_once(INCLUDE_DIR.'senate.inc'); // in config already require_once(INCLUDE_DIR.'log.inc'); require_once(INCLUDE_DIR.'ubik.inc'); require_once(INCLUDE_DIR.'nodes.inc'); -- 2.30.2