Skip to content

Commit

Permalink
Add semicolons in config.php.example
Browse files Browse the repository at this point in the history
  • Loading branch information
mncaudill committed Jul 19, 2012
1 parent 012905d commit 087b562
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions www/include/config.php.example
Original file line number Diff line number Diff line change
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;

?>
?>

0 comments on commit 087b562

Please sign in to comment.