|
From: Verdon V. <ve...@us...> - 2008-07-16 19:07:31
|
Update of /cvsroot/phpwebsite-comm/modules/sitemap In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32471 Modified Files: index.php Log Message: 0.6.0 updates Index: index.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/sitemap/index.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** index.php 1 Jul 2008 03:43:53 -0000 1.2 --- index.php 16 Jul 2008 19:07:06 -0000 1.3 *************** *** 31,43 **** $sitemap = new Sitemap; - /* - if (isset($_REQUEST['mapit'])) { - $sitemap->siteMap(); - } elseif(Current_User::allow('sitemap')) { - $sitemap->adminMenu(); - } else { - PHPWS_Core::errorPage('404'); - } - */ if (isset($_REQUEST['aop']) && Current_User::allow('sitemap')) { --- 31,34 ---- *************** *** 47,50 **** } - ?> \ No newline at end of file --- 38,40 ---- |