mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2169
This commit is contained in:
parent
5d215c496d
commit
3ee40be875
|
@ -1,9 +1,7 @@
|
|||
<?
|
||||
|
||||
function last_mod() {
|
||||
$x = $_SERVER["PHP_SELF"];
|
||||
$x = substr($x, 1);
|
||||
return date("g:i A, F d Y", filemtime($x));
|
||||
return date("g:i A, F d Y", filemtime($_SERVER["SCRIPT_FILENAME"]));
|
||||
}
|
||||
|
||||
function page_head($title) {
|
||||
|
|
Loading…
Reference in New Issue