|
151fb23fd0
|
Merge pull request #18 from rkrieger/cleanup-php-8.0
Minor cleanup to allow use with PHP 8.0
|
2022-04-25 09:28:33 +02:00 |
|
|
2e83c4aab6
|
The register_globals setting is gone per PHP 5.4
May as well clean up now.
|
2022-04-23 21:42:04 +03:00 |
|
|
5c0feb0793
|
Allow code to work under PHP 8.0 and later.
PHP 8.0 removed get_magic_quotes_gpc().
From PHP 5.4, the magic quotes feature was removed, making get_magic_quotes_gpc() always return False.
See https://www.php.net/manual/en/function.get-magic-quotes-gpc.php
|
2022-04-23 21:32:06 +03:00 |
|
|
e78b680b2b
|
fixed indents
|
2020-02-16 14:50:47 +01:00 |
|
|
4e575e5fdf
|
changed IP storage to SHA-256 hash instead of actual address
|
2020-02-16 14:47:18 +01:00 |
|
|
a11a517629
|
Merge pull request #15 from Cybertinus/master
Added highlight support for PHP code with ?smart query parameter
|
2016-01-12 17:05:08 +01:00 |
|
|
4755aa71c4
|
Enabled the syntax highlighting feature only with the ?smart query-parameter
|
2016-01-12 15:32:46 +01:00 |
|
|
17cb85cd50
|
Updated the HTML tags for PHP sourcecode to HTML5
|
2016-01-12 13:19:02 +01:00 |
|
|
c3da76f38c
|
Added highlighting support for PHP code
|
2016-01-12 13:15:36 +01:00 |
|
|
6c71cc9508
|
Merge branch 'Cybertinus-master'
|
2014-06-23 18:58:35 +02:00 |
|
|
e743290f56
|
Merge branch 'master' of https://github.com/Cybertinus/6paster into Cybertinus-master
|
2014-06-23 18:58:10 +02:00 |
|
|
c362a16c74
|
fixed typo
|
2014-06-23 07:36:21 +02:00 |
|
|
98b469de54
|
Made the system XHTML 1.0 Transitional compliant
|
2014-06-23 00:10:26 +02:00 |
|
|
97bbe99985
|
Moved the cleanup to after the moment that content is returned to the user, makes it a bit faster
|
2014-06-22 23:10:13 +02:00 |
|
|
3f76b22f4c
|
Removed the old method of output buffering, just don't do that anymore
|
2014-06-22 23:09:06 +02:00 |
|
|
d7618c5f23
|
add HSTS header
since this service is intended to be HTTPS only, HSTS is another way of helping to ensure that.
|
2014-05-24 02:46:18 -05:00 |
|
|
a0414d8fe3
|
Merge pull request #12 from Habbie/patch-1
monospaced font in the text area, thanks Habbie
|
2013-10-21 12:16:28 -07:00 |
|
|
bc3450c8a1
|
fix typo
monospace textarea by fixing a typo
|
2013-10-21 19:53:14 +02:00 |
|
|
bf0c08d8db
|
Merge pull request #11 from tbaschak/master
add missing ; which caused bash to expect input
|
2013-08-14 22:33:35 -07:00 |
|
|
1fe0ad9fad
|
add missing ; which caused bash to expect input
|
2013-08-15 00:02:28 -05:00 |
|
|
6e13029e93
|
Merge pull request #10 from tbaschak/master
nginx/lighttpd docs update; here document usage examples
|
2013-08-02 03:16:02 -07:00 |
|
|
279a25c13b
|
Nginx PHP security update
|
2013-07-29 09:33:32 -05:00 |
|
|
32d0bb9663
|
Update docs: add here document example, also simplify/correct nginx/lighttpd docs and remove redundant lines; add here document to web page
|
2013-07-28 17:08:35 -05:00 |
|
|
937753ff4d
|
Update documentation, root in location block would not work for me, moving it outside worked right away
|
2013-07-25 09:47:54 -05:00 |
|
|
6c28e16f47
|
Merge pull request #8 from nopedial/master
Correct incomplete redirect regex
|
2013-02-12 01:28:04 -08:00 |
|
|
3e1017eb55
|
Update server-conf/lighttpd-conf.txt
|
2013-02-05 09:52:10 +00:00 |
|
|
0e7be69748
|
Update server-conf/nginx-conf.txt
|
2013-02-05 09:51:56 +00:00 |
|
|
8cf0996142
|
Merge pull request #7 from nopedial/master
clean multi-server support
|
2013-02-03 09:15:01 -08:00 |
|
|
59d843c492
|
clean multi-server support
|
2013-02-03 17:09:40 +00:00 |
|
|
2ad6ecd563
|
check for htacecss now only if webserver is apache, and added more secure identifier generation
|
2013-02-03 17:45:43 +01:00 |
|
|
7aab2a948a
|
allow for uppercase characters in post ident
|
2013-02-03 17:41:37 +01:00 |
|
|
2e237e8c19
|
allow for longer post idents
|
2013-02-03 17:41:15 +01:00 |
|
|
0c2e8f49c3
|
Merge pull request #5 from nopedial/master
Add LIGHTTPD support
|
2013-02-02 10:58:32 -08:00 |
|
|
c66e6f0e41
|
correct typo
|
2013-02-02 17:34:53 +00:00 |
|
|
ccd165986d
|
add https warning in readme files
|
2013-02-02 17:30:05 +00:00 |
|
|
fd4ed9b3bd
|
https support warning in '*-conf' files
|
2013-02-02 17:28:16 +00:00 |
|
|
f8fd47c98b
|
add lighttpd support
|
2013-02-02 17:25:08 +00:00 |
|
|
1d1b99db54
|
Merge pull request #4 from nopedial/master
Add README.md file for nginx users
|
2013-02-02 07:10:49 -08:00 |
|
|
11bc5293f6
|
Update README.md
|
2013-02-02 12:47:35 +00:00 |
|
|
e42be58bbc
|
Add README.md with 6paster installation guide for NGINX
|
2013-02-02 12:44:55 +00:00 |
|
|
35d2fe46d8
|
Clarify fastCGI socket configuration
|
2013-02-02 12:22:20 +00:00 |
|
|
0c7ba296e0
|
Merge pull request #3 from nopedial/master
Add NGINX support
|
2013-02-02 04:13:56 -08:00 |
|
|
5ae210e560
|
Add support for fastCGI UNIX socket
|
2013-02-02 12:08:59 +00:00 |
|
|
16bef73efa
|
Update nginx-conf.txt
|
2013-02-02 11:28:41 +00:00 |
|
|
fa047cf13d
|
Add NGINX support directory and files
|
2013-02-02 11:27:21 +00:00 |
|
|
e7552167e3
|
more accurate regex
|
2013-02-02 08:39:53 +01:00 |
|
|
3e65f7f946
|
added html escaping for config var
|
2012-11-14 19:07:15 +01:00 |
|
|
f1ba92eb8f
|
Make the server_name configurable with a sane default
|
2012-11-14 15:24:14 +01:00 |
|
|
b27c6fef9a
|
changed default size to 300k as default, for images
|
2012-10-19 19:00:19 +02:00 |
|
|
a40114807d
|
Merge pull request #1 from ekohl/patch-1
Fix typo
|
2012-08-29 14:57:32 -07:00 |
|