equal
deleted
inserted
replaced
23 * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details. |
23 * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details. |
24 */ |
24 */ |
25 |
25 |
26 global $db, $session, $paths, $template, $plugins; // Common objects |
26 global $db, $session, $paths, $template, $plugins; // Common objects |
27 |
27 |
28 $plugins->attachHook('session_started', 'SpecialUpDownload_paths_init();'); |
28 // $plugins->attachHook('session_started', 'SpecialUpDownload_paths_init();'); |
29 |
29 |
30 function SpecialUpDownload_paths_init() |
30 function SpecialUpDownload_paths_init() |
31 { |
31 { |
32 global $paths; |
32 global $paths; |
33 $paths->add_page(Array( |
33 $paths->add_page(Array( |