Skip to content

Commit

Permalink
renamed classes to system_classes
Browse files Browse the repository at this point in the history
  • Loading branch information
irremotus committed Jan 24, 2014
1 parent 2cdb611 commit ece8a07
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
define("WEB_BASE_PATH", '/php-webservices'); /* the web accessible path to this folder */
$PHP_BASE_PATH = dirname(__DIR__.'/../');
$SYSTEM_CLASS_PATH = $PHP_BASE_PATH.'/classes/';
$SYSTEM_CLASS_PATH = $PHP_BASE_PATH.'/system_classes/';
$PUBLIC_CLASS_PATH = $PHP_BASE_PATH.'/public_classes/';
$PRIVATE_CLASS_PATH = $PHP_BASE_PATH.'/private_classes/';

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ece8a07

Please sign in to comment.