GIT.Harvie.CZ
/
mirrors
/
Kyberia-bloodline.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cfa89c
)
registrations are working again (premissions fix)
author
niekt0
<niekt0@kyberia.cz>
Sun, 30 Oct 2011 21:41:25 +0000
(22:41 +0100)
committer
niekt0
<niekt0@kyberia.cz>
Sun, 30 Oct 2011 21:41:25 +0000
(22:41 +0100)
cron/register.php
patch
|
blob
|
blame
|
history
diff --git
a/cron/register.php
b/cron/register.php
index f1d07ff5c32a9b666bae27c69c48e6ba92f8c019..70316247ef0d7fc6584f16f4bb9fc4d74c22d764 100755
(executable)
--- a/
cron/register.php
+++ b/
cron/register.php
@@
-6,6
+6,8
@@
* Called once a day at 0:42
*
* TODO: ? call only function from eventz ?
+ * remove sql code
+ * update texts & send mail
*/
@@
-17,7
+19,7
@@
require($dir.'/../wwwroot/config/config.inc');
require(INCLUDE_DIR.'/log.inc');
require(INCLUDE_DIR.'/database.inc');
require(INCLUDE_DIR.'/nodes.inc');
-
require(INCLUDE_DIR
.'/permissions.inc');
+
include_once(BACKEND_DIR.'/'.DB_TYPE
.'/permissions.inc');
require(INCLUDE_DIR.'/ubik.inc');
//require(INCLUDE_DIR.'/senate.inc');
This page took
0.094786 seconds
and
4
git commands to generate.