Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
update: remove leading dots in cookie_domain example
Browse files Browse the repository at this point in the history
  • Loading branch information
darkalchemy committed Sep 2, 2018
1 parent a80b5ab commit 762666d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
02 Sept, 2018
update: remove leading dots in cookie_domain example
add: tag @username anywhere
update: add columns year, rating updated from api calls
update: api calls to ajax requests for faster initial page load details.php
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ CREATE DATABASE Pu-239;
# goto website and complete install, all fields must be completed and each fields includes an example and tooltip explanation when hovered
# set permissions and create necessary files
sudo php bin/uglify.php
sudo php bin/set_perms.php
sudo php bin/uglify.php
# set ownership
sudo chown -R www-data:www-data ../Pu-239
Expand Down Expand Up @@ -114,8 +114,8 @@ git pull
composer install
composer dump-autoload -o
npm install
sudo php bin/uglify.php
sudo php bin/set_perms.php
sudo php bin/uglify.php
# set ownership
sudo chown -R www-data:www-data ../Pu-239
Expand Down
2 changes: 1 addition & 1 deletion public/install/extra/config.phpsample.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
$site_config['sessionName'] = '#sessionName'; // A single word that identifies this install.
$site_config['cookie_prefix'] = '#cookie_prefix_'; // This allows you to have multiple trackers, eg for demos, testing etc.
$site_config['cookie_path'] = '#cookie_path'; // generally '/' is good
$site_config['cookie_domain'] = '#cookie_domain'; // set to eg: .somedomain.com or is subdomain set to: .sub.somedomain.com
$site_config['cookie_domain'] = '#cookie_domain'; // set to eg: somedomain.com or is subdomain set to: sub.somedomain.com
$site_config['cookie_lifetime'] = '#cookie_lifetime'; // length of time cookies will be valid
$site_config['domain'] = '#domain';
$site_config['sessionKeyPrefix'] = '#cookie_prefix_'; // useful if serving multiple sites
Expand Down

0 comments on commit 762666d

Please sign in to comment.