mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=11213
This commit is contained in:
parent
38e5c621ba
commit
f8ea3e0797
|
@ -10576,3 +10576,16 @@ David 28 Sept 2006
|
|||
update_uotd.php
|
||||
watchdogs.php
|
||||
wd_nresults_changing.php
|
||||
|
||||
David 28 Sept 2006
|
||||
- Redo the above, using
|
||||
#!/usr/bin/env php
|
||||
(suggested by Eric Myers)
|
||||
|
||||
html/ops/
|
||||
db_update.php
|
||||
update_forum_activities.php
|
||||
update_profile_pages.php
|
||||
update_uotd.php
|
||||
watchdogs.php
|
||||
wd_nresults_changing.php
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/bin/php
|
||||
#! /usr/bin/env php
|
||||
<?php
|
||||
|
||||
// code for one-time database updates goes here.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/php
|
||||
#!/usr/bin/env php
|
||||
<?php
|
||||
|
||||
require_once("../inc/forum.inc");
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/php
|
||||
#!/usr/bin/env php
|
||||
<?php
|
||||
|
||||
require_once("../inc/db.inc");
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/php
|
||||
#!/usr/bin/env php
|
||||
|
||||
<?php
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/bin/php
|
||||
#! /usr/bin/env php
|
||||
<?php
|
||||
|
||||
// General-purpose watchdog script.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/bin/php -q
|
||||
#!/usr/bin/env php -q
|
||||
<?php
|
||||
|
||||
// watchdog script to ensure that the number of result records
|
||||
|
|
Loading…
Reference in New Issue