Fix for Phar path issue

This commit is contained in:
Gregory Oschwald
2014-05-09 15:07:21 -07:00
parent d61ddda4ef
commit 4e92cd0254
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
require_once 'vendor/autoload.php';
require_once 'phar://geoip2.phar/vendor/autoload.php';
// The following was taken from Guzzle (MIT license)