- Timestamp:
- 02/12/09 19:45:08 (3 years ago)
- Files:
-
- 1 modified
-
branches/portal_by_daris/manifest.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/portal_by_daris/manifest.xml
r33 r41 4 4 <id>portal_by_daris</id> 5 5 <title>Portal by Daris</title> 6 <version>2.4. 1</version>6 <version>2.4.2</version> 7 7 <description>Adds a portal to forum</description> 8 8 <author>Daris</author> … … 29 29 if (isset($_GET['page']) || isset($_GET['pages'])) 30 30 require $ext_info['path'].'/page.php'; 31 elseif ( empty($_GET) || (isset($_GET['login']) && count($_GET) == 1))31 elseif ((empty($_GET) || (isset($_GET['login']) && count($_GET) == 1)) && basename($_SERVER['SCRIPT_NAME']) == 'index.php') 32 32 require $ext_info['path'].'/index.php'; 33 33 ]]></hook>