├── README.md ├── html ├── error.php ├── index.php ├── logo.png ├── raspipass.css ├── reboot.php ├── save_config.php ├── save_maclist.php ├── shutdown.php ├── start_ap.php ├── tab-content │ ├── tabcontent.js │ └── template2 │ │ └── tabcontent.css └── update.php ├── raspi_secure ├── clear_logs.sh ├── firewall.rules ├── iptables.sh └── raspipass ├── raspipass ├── config.ini ├── hostapd.conf ├── mac_addresses.txt ├── mac_restrict.txt ├── runchance.txt └── version └── scripts ├── copy_to_sysdirs.sh ├── filepermissions ├── set_defaults.sh └── set_interfaces.sh /README.md: -------------------------------------------------------------------------------- 1 | ### RaspiPass - 3DS [Homepass](http://homepass.info/) software for the Raspberry Pi 3 2 | 3 | See the [wiki](https://github.com/Pinchie/RaspiPass/wiki) for information and help with installation, or go to [the latest Reddit post](https://www.reddit.com/r/3DS/comments/5anc74/raspipass_homepass_software_for_raspberry_pi_3/?ref=share&ref_source=link) for discussion. 4 | 5 | See the [FAQs page](https://github.com/Pinchie/RaspiPass/wiki/Frequently-Asked-Questions) for commonly-asked questions and answers. 6 | 7 | Found a bug or have a suggestion? [Submit it](https://github.com/Pinchie/RaspiPass/issues)! 8 | 9 | Are you a coder who thinks they can improve an aspect of RaspiPass? Please jump right in - any improvements will be appreciated. 10 | -------------------------------------------------------------------------------- /html/error.php: -------------------------------------------------------------------------------- 1 | 2 |
3 |Error log: | ' . "\n"; 22 | echo '' . "\n"; 35 | echo ' |
' . "\n"; 213 | 214 | /* Close Configuration Tab */ 215 | echo '
Administrative Tasks | ||
---|---|---|
'; 266 | echo ' | '; 269 | echo '' . "\n"; 270 | /* Reboot device */ 271 | echo ''; 272 | echo ' | '; 275 | echo '' . "\n"; 276 | /* Shut down device */ 277 | echo ''; 278 | echo ' |
Log Viewer | |
---|---|
/var/raspipass/hostapd.log | |
' . "\n"; 299 | echo '' . "\n"; 312 | echo ' | ' . "\n"; 313 | echo '
RaspiPass Update | |
---|---|
'; 330 | echo '' . "\n"; 333 | echo ' | ' . "\n"; 334 | echo '