Skip to content

Releases: PiPass/blockpage

test

test Pre-release
Pre-release

Choose a tag to compare

@roenw roenw released this 11 Sep 02:21
v1.4

Reduced unblock request delay from 5 to 1 second

PiPass v1.3

Choose a tag to compare

@roenw roenw released this 28 May 06:15
a34f247

PiPass v1.3 is an important update as it brings support for automatic update checking. Due to the nature of this update, all other versions have been deprecated and their version tags have been removed, making them no longer installable.

Here's how you update from a deprecated version:

  1. cd <webroot>
  2. sudo rm -r blockpage && sudo rm index.php config.php
  3. cd ~ && wget https://apps.roen.us/pipass/getuser && mv getuser getuser.php && wget https://apps.roen.us/pipass/setup && mv setup setup.php
  4. sudo php setup.php
  5. sudo nano <webroot>/config.php
  6. Done!