equal
deleted
inserted
replaced
1234 global $db, $session, $paths, $template, $plugins; // Common objects |
1234 global $db, $session, $paths, $template, $plugins; // Common objects |
1235 $filter_links = false; |
1235 $filter_links = false; |
1236 $tplvars = $this->extract_vars($filename); |
1236 $tplvars = $this->extract_vars($filename); |
1237 if($session->sid_super) $as = htmlspecialchars(urlSeparator).'auth='.$session->sid_super; |
1237 if($session->sid_super) $as = htmlspecialchars(urlSeparator).'auth='.$session->sid_super; |
1238 else $as = ''; |
1238 else $as = ''; |
1239 error_reporting(E_ALL); |
|
1240 $random_id = sha1(microtime().''); // A temp value |
1239 $random_id = sha1(microtime().''); // A temp value |
1241 |
1240 |
1242 /* |
1241 /* |
1243 * PREPROCESSOR |
1242 * PREPROCESSOR |
1244 */ |
1243 */ |