| 107 | |
| 108 | = Remove installation files = |
| 109 | |
| 110 | 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. |
| 111 | |
| 112 | 1) Go to your wifidog directory (/var/www/wifidog-auth/wifidog in our case). |
| 113 | {{{ |
| 114 | cd /var/www/wifidog-auth/wifidog |
| 115 | }}} |
| 116 | 2) Move "install.php" file to the parent directory which is not visible to the public: |
| 117 | |
| 118 | {{{ |
| 119 | mv install.php ../install.php |
| 120 | }}} |
| 121 | note that you can move it wherever you want, but make sure it's not public. |