From: niekt0 Date: Tue, 25 Jan 2011 15:36:19 +0000 (+0100) Subject: cleanup X-Git-Url: http://git.harvie.cz/?a=commitdiff_plain;ds=sidebyside;h=1675d71fe33f43626f7fbe6f82ee628d1e68bb14;p=mirrors%2FKyberia-bloodline.git cleanup --- 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');