|
@@ -8,11 +8,9 @@
|
|
** $Id$
|
|
** $Id$
|
|
**/
|
|
**/
|
|
|
|
|
|
- if (defined ('validate_php')) {
|
|
|
|
|
|
+ if (defined ('validate_php'))
|
|
return;
|
|
return;
|
|
- } else {
|
|
|
|
- define ('validate_php', true);
|
|
|
|
- }
|
|
|
|
|
|
+ define ('validate_php', true);
|
|
|
|
|
|
session_start();
|
|
session_start();
|
|
include ('../functions/auth.php');
|
|
include ('../functions/auth.php');
|