changed git call from https to git readonly
[atutor.git] / mods / wiki / plugins / user / sessionpref.php
1 <?php
2 /*
3    If yoursite already uses PHPs` session extension, then load this
4    line to get user/pref support.
5 */
6
7 $_EWIKI = & $_SESSION["_EWIKI"];   // simple, eh?!
8
9 ?>