Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Antoine
ae2
Commits
2d592a03
Commit
2d592a03
authored
Aug 14, 2007
by
Ayolo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
98df6fab
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
phpcron/daily.4am.php
phpcron/daily.4am.php
+1
-1
phpcron/monthly.1st.4am.php
phpcron/monthly.1st.4am.php
+1
-1
phpcron/weekly.monday.4am.php
phpcron/weekly.monday.4am.php
+1
-1
No files found.
phpcron/daily.4am.php
View file @
2d592a03
...
...
@@ -5,7 +5,7 @@
*/
$_SERVER
[
'SCRIPT_FILENAME'
]
=
"/var/www/ae/www/ae2/phpcron"
;
$topdir
=
"
../"
;
$topdir
=
$_SERVER
[
'SCRIPT_FILENAME'
]
.
"/
../"
;
require_once
(
$topdir
.
"include/site.inc.php"
);
$site
=
new
site
();
...
...
phpcron/monthly.1st.4am.php
View file @
2d592a03
<?php
$_SERVER
[
'SCRIPT_FILENAME'
]
=
"/var/www/ae/www/ae2/phpcron"
;
$topdir
=
"
../"
;
$topdir
=
$_SERVER
[
'SCRIPT_FILENAME'
]
.
"/
../"
;
require_once
(
$topdir
.
"include/site.inc.php"
);
$site
=
new
site
();
...
...
phpcron/weekly.monday.4am.php
View file @
2d592a03
<?php
$_SERVER
[
'SCRIPT_FILENAME'
]
=
"/var/www/ae/www/ae2/phpcron"
;
$topdir
=
"
../"
;
$topdir
=
$_SERVER
[
'SCRIPT_FILENAME'
]
.
"/
../"
;
require_once
(
$topdir
.
"include/site.inc.php"
);
$site
=
new
site
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment