Renamed slim directory to avoid error on loading.

This commit is contained in:
Alexis Lahouze 2013-01-13 22:33:38 +01:00
parent c189e0948b
commit afc2ccd0ca
20 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<?php
require_once('slim/Slim.php');
require_once('Slim/Slim.php');
\Slim\Slim::registerAutoloader();
$app=new \Slim\Slim();