File: index.php3

package info (click to toggle)
basilix 1.0.3b-1.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 828 kB
  • ctags: 206
  • sloc: php: 2,681; sql: 45; makefile: 40; sh: 7
file content (21 lines) | stat: -rw-r--r-- 603 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
/*
+-------------------------------------------------------------------+
| BasiliX - Copyright (C) 2000 Murat Arslan <arslanm@cyberdude.com> |
+-------------------------------------------------------------------+
*/

// -- Index file -- cookie test and redirect to the launcher file
// -----------------------------------------------------------------

// load the master conf file
require("/etc/basilix/conf/basilix.conf");
// --

require("$BSX_CONFDIR/domain.conf");
require("$BSX_CONFDIR/global.conf");
require("$BSX_LIBDIR/util.inc");
require("$BSX_LIBDIR/testcookie.inc");

cookie_test();
?>