Changeset 1092 for trunk/wifidog-auth/wifidog/content/index.php
- Timestamp:
- 09/07/06 04:38:25 (6 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog-auth/wifidog/content/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/content/index.php
r1030 r1092 52 52 require_once('include/common_interface.php'); 53 53 require_once('classes/Node.php'); 54 55 if (CONF_USE_CRON_FOR_DB_CLEANUP == false)56 {57 garbage_collect();58 }59 54 60 55 $node = null; … … 142 137 foreach ($contents as $content) 143 138 { 144 $html .= "<div class='portal_content'>\n";145 139 $html .= $content->getUserUI(); 146 $html .= "</div>";147 140 } 148 141 $html .= "</div>\n";
