Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
ae2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Antoine
ae2
Commits
48dfb37a
Commit
48dfb37a
authored
Feb 03, 2010
by
slopez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
prévention de l'execution des crons via http
parent
2475f5ad
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
0 deletions
+13
-0
phpcron/atomff1j.php
phpcron/atomff1j.php
+2
-0
phpcron/daily.4am.php
phpcron/daily.4am.php
+3
-0
phpcron/hourly.php
phpcron/hourly.php
+3
-0
phpcron/monthly.1st.4am.php
phpcron/monthly.1st.4am.php
+3
-0
phpcron/weekly.monday.4am.php
phpcron/weekly.monday.4am.php
+2
-0
No files found.
phpcron/atomff1j.php
View file @
48dfb37a
<?
exit
();
$_SERVER
[
'SCRIPT_FILENAME'
]
=
"/var/www/ae/www/ae2/phpcron"
;
$topdir
=
$_SERVER
[
'SCRIPT_FILENAME'
]
.
"/../"
;
...
...
phpcron/daily.4am.php
View file @
48dfb37a
<?php
if
(
!
isset
(
$argc
))
exit
();
/*
* Daily at 4am (04h)
*/
...
...
phpcron/hourly.php
View file @
48dfb37a
<?php
if
(
!
isset
(
$argc
))
exit
();
$_SERVER
[
'SCRIPT_FILENAME'
]
=
"/var/www/ae/www/ae2/phpcron"
;
/*
...
...
phpcron/monthly.1st.4am.php
View file @
48dfb37a
<?php
if
(
!
isset
(
$argc
))
exit
();
$_SERVER
[
'SCRIPT_FILENAME'
]
=
"/var/www/ae/www/ae2/phpcron"
;
$topdir
=
$_SERVER
[
'SCRIPT_FILENAME'
]
.
"/../"
;
...
...
phpcron/weekly.monday.4am.php
View file @
48dfb37a
<?php
if
(
!
isset
(
$argc
))
exit
();
$_SERVER
[
'SCRIPT_FILENAME'
]
=
"/var/www/ae/www/ae2/phpcron"
;
$topdir
=
$_SERVER
[
'SCRIPT_FILENAME'
]
.
"/../"
;
...
...
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