diff options
| author | cassiopc <cassiopc@gmail.com> | 2013-09-02 13:03:33 +0000 |
|---|---|---|
| committer | cassiopc <cassiopc@gmail.com> | 2013-09-02 13:03:33 +0000 |
| commit | 1b94293e92915ff3c5b6944a16fb0851d6fd19cc (patch) | |
| tree | 7992edbafbe7760900736ba27be58358fa0cf503 /src/site/putfile.php | |
| parent | bc3df342f06c6f61e0daf9ae29d435f9299b8733 (diff) | |
| download | boca-1b94293e92915ff3c5b6944a16fb0851d6fd19cc.tar.gz boca-1b94293e92915ff3c5b6944a16fb0851d6fd19cc.zip | |
inclusion of score's downloads from the first server in the file otherservers
Diffstat (limited to 'src/site/putfile.php')
| -rw-r--r-- | src/site/putfile.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/site/putfile.php b/src/site/putfile.php index 8a1d89a..6273711 100644 --- a/src/site/putfile.php +++ b/src/site/putfile.php @@ -181,7 +181,8 @@ if(is_writable($_SESSION["locr"] . $remotedir)) { } else { if(@rename($fn, $_SESSION["locr"] . $remotedir . $ds . "score_" . $_SESSION["usertable"]["username"] . - "_" . $_SESSION["usertable"]["usericpcid"] . "_" . md5(getIP()) . ".dat")) + "_" . $_SESSION["usertable"]["usericpcid"] . "_" //. md5(getIP()) + . ".dat")) echo "SCORE UPLOADED OK\n"; else echo "FAILED: UPDATE SCORE ERROR\n"; |