Commit graph

8 commits

Author SHA1 Message Date
Sei Lisa
debd083735 Report bad request if no valid action was specified. 2017-09-15 18:22:18 +02:00
Sei Lisa
3b8453806e Move configuration to a separate file.
This will allow replacing the main file without needing to re-add the settings.

For example, settings.php can be always kept up-to-date locally via a symbolic link, without altering the configuration.
2017-09-15 18:22:18 +02:00
Sei Lisa
2d10bf9cc5 Omit the ending tag.
As recommended in http://php.net/manual/en/language.basic-syntax.phptags.php
2017-09-15 18:22:18 +02:00
Sei Lisa
4b009323f3 Fix typo in table creation statement. 2017-09-15 17:51:28 +02:00
codeviolet
c2e2d63f70 Amend copyright notice 2017-09-02 10:03:01 +02:00
Sei Lisa
f97f8c5a5b Whitespace-only changes.
- Remove CR before LF to allow Git to use system-specific line terminators.
- Expand tabs to spaces.
- Remove spaces at end of line.
2017-08-31 12:08:57 +02:00
Sei-Lisa
77fe80bb66 Hot fix for settings.php (#27)
* Hot fix for settings.php

It's failing whenever there's more than 1 chunk.

Fixes #25.

* Escape $ip_packed.

It can contain arbitrary binary characters, so it needs escaping.
2017-08-29 11:21:09 +10:00
codeviolet
705ac02889 adding settings.php and Noob-detector.lsl per #20 2017-08-28 12:02:53 +02:00