Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Just added a couple of semicolons to the config.php.example file #3

Merged
merged 1 commit into from Jul 19, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions www/include/config.php.example
Expand Up @@ -56,14 +56,14 @@
# This is where your Instagram photos will be stored
# It should have a trailing slash e.g. /usr/local/parallelogram-static/

$GLOBALS['cfg']['instagram_static_path'] = ''
$GLOBALS['cfg']['instagram_static_path'] = '';

# The 'instagram_static_url/path' flags needs to match the Alias directive
# in your Apache config. Note that the 'instagram_static_url' config is a
# relative path; relative to the root URL which is assigned separately.
# See also: https://github.com/straup/parallel-ogram/blob/master/apache/parallel-ogram.conf.example

$GLOBALS['cfg']['instagram_static_url'] = 'static/'
$GLOBALS['cfg']['instagram_static_url'] = 'static/';

# Invite codes – these are used to limit who can register
# to have their photos backed up. You'll need to do a
Expand Down Expand Up @@ -204,4 +204,4 @@

$GLOBALS['cfg']['allow_prefetch'] = 0;

?>
?>