Created
March 8, 2018 17:30
-
-
Save piiskop/617ba557516398b1b66c575c2d3f8526 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace pupils; | |
/** | |
* This file includes just global constants and actions. | |
* Created on 2.10.2006 | |
* | |
* @author peacecop kalmer: <[email protected]> | |
*/ | |
class Configuration { | |
public const BASE_FOLDER = '/data/projects/'; | |
public const CORE_FOLDER = Configuration::BASE_FOLDER . 'hard-core/'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment