1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-19 23:21:47 +02:00

Remove redundant ip variable

This commit is contained in:
Chaoyi Zha 2014-12-28 21:09:45 -05:00
parent 79c9e6f84f
commit 002e029ed4

View File

@ -90,7 +90,6 @@
. '$wsn = "' . $_POST['appname'] . '";'
. '$wsb = "' . $nowdate . '";'
. '$ppass = \'' . hashpass($_POST['protpass']) . '\';'
. '$ip = $_SERVER[\'REMOTE_ADDR\'];'
. '$hp = "' . sha1(rstr(30)) . "\";"
. '$regtype = "' . $_POST['reg'] . "\";"
. '$path = "' . $_POST['path'] . "\";"