diff options
| author | Cassio de Campos <cassiopc@gmail.com> | 2017-10-27 19:54:12 +0000 |
|---|---|---|
| committer | Cassio de Campos <cassiopc@gmail.com> | 2017-10-27 19:54:12 +0000 |
| commit | 7e6d731b1e1c5000ad0c65a4257f49dc28f841dc (patch) | |
| tree | 31aa96b73265d96a9732840caf8d0d007bc4343b /src | |
| parent | 13b872071cd6c5f2fcd13e0fbb69eb617cd75099 (diff) | |
| download | boca-7e6d731b1e1c5000ad0c65a4257f49dc28f841dc.tar.gz boca-7e6d731b1e1c5000ad0c65a4257f49dc28f841dc.zip | |
bf
Diffstat (limited to 'src')
| -rw-r--r-- | src/fextdata.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fextdata.php b/src/fextdata.php index 7f69432..9deb183 100644 --- a/src/fextdata.php +++ b/src/fextdata.php @@ -15,7 +15,6 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. //////////////////////////////////////////////////////////////////////////////// -// Last modified 24/oct/2017 by cassio@ime.usp.br function makeurlhttps($siteurl) { if(substr($siteurl,0,7) == 'http://') @@ -224,7 +223,7 @@ function scoretransfer($putname, $localsite, $timeo=5) { } else { if(strpos($s,'SCORE UPLOADED OK') !== false) { LOGError("scoretransfer: upload full OK"); - $logstr .= 'upload of full score to $siteurl OK\n'; + $logstr .= "upload of full score to $siteurl OK\n"; } else { LOGError("scoretransfer: upload full failed (" . $s . ")"); |