cleanup
authorniekt0 <niekt0@kyberia.cz>
Tue, 25 Jan 2011 15:36:19 +0000 (16:36 +0100)
committerniekt0 <niekt0@kyberia.cz>
Tue, 25 Jan 2011 15:36:19 +0000 (16:36 +0100)
doc/TODO
wwwroot/inc/smarty/node_methodz/function.fetch.php
wwwroot/nodes.php

index 5103e1c9a381cb990a8091cdc56bc8c4a58f2d6a..ddbef0f56af88ff1e47ded187048c794e1b55c97 100644 (file)
--- 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?)
 
index 4fe9e8f13d7c9294434cebb03e8f46805eb2df5a..726b703d59d57fa1c0caf874b5861930e69d3ac9 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 
-/**
+/** a
  * Smarty {fetch} plugin
  *
  * Type:     function<br>
index 2da0d2b544f2782e4c80a9b20ac61726a0ac4f18..b2fe9869200c5452f58a0004f1ed8dfae41317d4 100644 (file)
@@ -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');
This page took 0.245705 seconds and 4 git commands to generate.