Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F390814
cron.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
907 B
Subscribers
None
cron.php
View Options
<?php
/*
* Zed
* (c) 2010, Dereckson, some rights reserved
* Released under BSD license
*
* Cron
*/
////////////////////////////////////////////////////////////////////////////////
///
/// Initialization
///
//Pluton library
include
(
'includes/core.php'
);
//Debug mode?
$debug
=
false
;
////////////////////////////////////////////////////////////////////////////////
///
/// Daily tasks
///
//Orders perso table by nickname.
//Rationale: prints an ordered perso select list, help for new persos, printed at end
$queries
[]
=
"ALTER TABLE "
.
TABLE_PERSOS
.
" ORDER BY perso_nickname"
;
////////////////////////////////////////////////////////////////////////////////
///
/// Executes tasks
///
foreach
(
$queries
as
$query
)
{
if
(!
$db
->
sql_query
(
$sql
)
&&
$debug
)
message_die
(
SQL_ERROR
,
"Can't execute query"
,
''
,
__LINE__
,
__FILE__
,
$sql
);
}
?>
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, Feb 22, 15:27 (22 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
21832
Default Alt Text
cron.php (907 B)
Attached To
rZEDHG ZedLegacy
Event Timeline
Log In to Comment