| 183 | |
| 184 | |
| 185 | |
| 186 | = Remove installation files = |
| 187 | |
| 188 | Of course, the only one that should have access to the install.php file is you. You will need to move the file "install.php" out of public sight. |
| 189 | |
| 190 | 1) Go to your wifidog directory (/var/www/wifidog-auth/wifidog in our case). |
| 191 | {{{ |
| 192 | cd /var/www/wifidog-auth/wifidog |
| 193 | }}} |
| 194 | 2) Move "install.php" file to the parent directory which is not visible to the public: |
| 195 | |
| 196 | {{{ |
| 197 | mv install.php ../install.php |
| 198 | }}} |
| 199 | note that you can move it wherever you want, but make sure it's not public. |