mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 16:33:00 +00:00
Comment tweak
This commit is contained in:
parent
66f614abfc
commit
bfafaec564
1 changed files with 3 additions and 3 deletions
6
core.php
6
core.php
|
@ -4,9 +4,9 @@ mb_internal_encoding("UTF-8");
|
||||||
|
|
||||||
{settings}
|
{settings}
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
/////////////// Do not edit below this line unless you know what you are doing! ///////////////
|
////// Do not edit below this line unless you know what you are doing! //////
|
||||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
$version = "{version}";
|
$version = "{version}";
|
||||||
/// Environment ///
|
/// Environment ///
|
||||||
$env = new stdClass(); // The environment object
|
$env = new stdClass(); // The environment object
|
||||||
|
|
Loading…
Reference in a new issue