Subversion Repositories personal-webbase

Rev

Rev 4 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 14
Line 1... Line 1...
1
<?
1
<?
2
 
2
 
3
if (!defined('IBLEGAL')) die('Kann nicht ohne Personal WebBase ausgef&uuml;hrt werden.');
3
if (!defined('WBLEGAL')) die('Kann nicht ohne Personal WebBase ausgef&uuml;hrt werden.');
4
 
4
 
5
// 15/07/2006 (2.6)
5
// 15/07/2006 (2.6)
6
// - Changed the algorithm to parse the ZIP file.. Now, the script will try to mount the compressed
6
// - Changed the algorithm to parse the ZIP file.. Now, the script will try to mount the compressed
7
//   list, searching on the 'Central Dir' records. If it fails, the script will try to search by
7
//   list, searching on the 'Central Dir' records. If it fails, the script will try to search by
8
//   checking every signature. Thanks to Jayson Cruz for pointing it.
8
//   checking every signature. Thanks to Jayson Cruz for pointing it.