changed git call from https to git readonly
[atutor.git] / mods / wiki / tools / cron.d / S01env.php
1 <?php
2 /*
3    This script ensures that we have all required $ewiki_ vars available,
4    regardless if we were run in global scopre or not.
5 */
6
7 global $ewiki_config;
8 global $ewiki_plugins;
9 global $_EWIKI;
10 global $ewiki_id, $ewiki_action, $ewiki_data, $ewiki_links;
11 global $ewiki_errmsg, $ewiki_t;
12 global $ewiki_author, $ewiki_auth_user, $ewiki_ring;
13
14
15 ?>