Browse Source

Session handling

master
parent
commit
35d2c9e1a7
  1. 1
      ajax.php
  2. 1
      index.php

1
ajax.php

@ -6,6 +6,7 @@
?>
<?php include "conf.php"; /* load a local configuration */ ?>
<?php include "modulekit/loader.php"; /* loads all php-includes */ ?>
<?php session_start(); ?>
<?php
call_hooks("ajax_start");

1
index.php

@ -1,5 +1,6 @@
<?php include "conf.php"; /* load a local configuration */ ?>
<?php include "modulekit/loader.php"; /* loads all php-includes */ ?>
<?php session_start(); ?>
<?php call_hooks("init"); /* initialize submodules */ ?>
<?php
html_export_var(array(

Loading…
Cancel
Save