EOL;
}
?>
+
+ Update Available!
+EOL;
+ } else {
+ echo <<
+
+ Your PiPass installation is up-to-date.
+EOL;
+ }
+ ?>
+
diff --git a/config.php b/config.php
index 42d213a..f04a00a 100644
--- a/config.php
+++ b/config.php
@@ -43,6 +43,7 @@
// A way of saying the amount of unblock seconds in english.
// For example, 300 seconds would equal 5 minutes.
-$conf['pipass_v'] = "1.1 (beta)";
-// PiPass current version.
+$conf['pipass_v'] = "1.3";
+// PiPass current version. Must be a NUMBER! Or else "update available"
+// will be showing forever and you will get a HEADACHE trying to debug.
?>
diff --git a/setup/getuser.php b/setup/getuser.php
new file mode 100644
index 0000000..ea6c5db
--- /dev/null
+++ b/setup/getuser.php
@@ -0,0 +1,5 @@
+
\ No newline at end of file
diff --git a/setup/setup.php b/setup/setup.php
new file mode 100644
index 0000000..aa02daf
--- /dev/null
+++ b/setup/setup.php
@@ -0,0 +1,104 @@
+
\ No newline at end of file
diff --git a/setup/update.php b/setup/update.php
new file mode 100644
index 0000000..e07431d
--- /dev/null
+++ b/setup/update.php
@@ -0,0 +1,86 @@
+
\ No newline at end of file