1
0
mirror of https://github.com/fspc/biketree.git synced 2025-02-22 08:53:24 -05:00

15 Commits

Author SHA1 Message Date
Jonathan Rosenbaum
d83dab532c Figured out why security was commented out:
In the absence of session_start() no session_user_id was defined which
produced false for $sec->isLoggedIn();
2017-09-06 06:51:42 +00:00
Jonathan Rosenbaum
44c169073e Turns security back on in the members directory
This is so non-logged in people can't alter the database.  Mark Leigh
pointed this out to me when sending me the code, and said "Can't remember
why it ended up like this, the auth code is there but commented out."
2017-09-06 05:52:17 +00:00
Jonathan Rosenbaum
e7f0785da6 Protects the install directory from public installation. 2017-09-06 05:25:24 +00:00
Jonathan Rosenbaum
70a7d9daab Improvements to settings.php file 2017-09-06 05:16:50 +00:00
Jonathan Rosenbaum
8ee548657c Makes settings.php 0004 to ensure it can't be changed from the
interface.
2017-09-06 05:15:44 +00:00
Jonathan Rosenbaum
8ab3ccf298 session_unregister has been deprecated, this solves the issue. 2017-09-06 04:57:08 +00:00
Jonathan Rosenbaum
d16ed5e1c6 Changes url from mailman subscribe from http to https! 2017-09-06 04:00:00 +00:00
Jonathan Rosenbaum
8be8bd8154 This gets barcodes working by installing GD. 2017-09-06 03:47:56 +00:00
Jonathan Rosenbaum
7793ad6921 Makes container_name the host for mysql in settings. 2017-09-05 07:11:11 +00:00
Jonathan Rosenbaum
ec3c715704 Removes another unnecessary file 2017-09-05 07:08:25 +00:00
Jonathan Rosenbaum
412fd0c8cf Removes /pos from a few header. 2017-09-05 07:07:11 +00:00
Jonathan Rosenbaum
0136dddc70 Removes unnecessary error_log files. 2017-09-05 07:03:09 +00:00
Jonathan Rosenbaum
13fe794f0c Turns on short_open_tag in /usr/local/etc/php/php.ini 2017-09-05 06:58:30 +00:00
Jonathan Rosenbaum
b833436dff Removes unnecessary chow line from Dockerfile, and points out that -p
should be used with docker-compose since the docker/ directory is
generic.
2017-09-05 04:40:38 +00:00
Jonathan Rosenbaum
8ca61d45eb First commit of biketree to github! 2017-09-05 03:39:54 +00:00