Skip to content

Commit

Permalink
Updated PICKLES path
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtronic committed Jan 17, 2014
1 parent 62f501f commit 7e6a7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

set_include_path(get_include_path() . PATH_SEPARATOR . '/usr/share/pickles-latest');
set_include_path(get_include_path() . PATH_SEPARATOR . '/usr/share/pickles-v13.12.1');

require_once 'pickles.php';

Expand Down

0 comments on commit 7e6a7e4

Please sign in to comment.