@@ -5,8 +5,8 @@ |
||
5 | 5 | <div class="sectionHeader">Changelog</div> |
6 | 6 | <div class="sectionBody"> |
7 | 7 | <?php |
8 | - $changeLog = MODX_BASE_PATH . 'assets/docs/changelog.txt'; |
|
9 | - if(is_readable($changeLog)) |
|
10 | - echo str_replace("\n",'<br>',file_get_contents($changeLog)); |
|
8 | + $changeLog = MODX_BASE_PATH.'assets/docs/changelog.txt'; |
|
9 | + if (is_readable($changeLog)) |
|
10 | + echo str_replace("\n", '<br>', file_get_contents($changeLog)); |
|
11 | 11 | ?> |
12 | 12 | </div> |
13 | 13 | \ No newline at end of file |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -if(IN_MANAGER_MODE!="true") die("<b>INCLUDE_ORDERING_ERROR</b><br /><br />Please use the EVO Content Manager instead of accessing this file directly."); |
|
2 | +if (IN_MANAGER_MODE != "true") die("<b>INCLUDE_ORDERING_ERROR</b><br /><br />Please use the EVO Content Manager instead of accessing this file directly."); |
|
3 | 3 | ?> |
4 | 4 | |
5 | 5 | <div class="sectionHeader"><?php echo $_lang['documentation']; ?></div><div class="sectionBody"> |
@@ -1,5 +1,5 @@ discard block |
||
1 | 1 | <?php |
2 | -if(IN_MANAGER_MODE!="true") die("<b>INCLUDE_ORDERING_ERROR</b><br /><br />Please use the EVO Content Manager instead of accessing this file directly."); |
|
2 | +if (IN_MANAGER_MODE != "true") die("<b>INCLUDE_ORDERING_ERROR</b><br /><br />Please use the EVO Content Manager instead of accessing this file directly."); |
|
3 | 3 | |
4 | 4 | if ($handle = opendir('actions/help/version_notices')) { |
5 | 5 | while (false !== ($file = readdir($handle))) { |
@@ -13,7 +13,7 @@ discard block |
||
13 | 13 | usort($notices, 'version_compare'); |
14 | 14 | $notices = array_reverse($notices); |
15 | 15 | |
16 | - foreach($notices as $v) { |
|
16 | + foreach ($notices as $v) { |
|
17 | 17 | if ($v >= '1.3.0') { |
18 | 18 | $cms = 'EVO'; |
19 | 19 | } |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -if(IN_MANAGER_MODE!="true") die("<b>INCLUDE_ORDERING_ERROR</b><br /><br />Please use the EVO Content Manager instead of accessing this file directly."); |
|
2 | +if (IN_MANAGER_MODE != "true") die("<b>INCLUDE_ORDERING_ERROR</b><br /><br />Please use the EVO Content Manager instead of accessing this file directly."); |
|
3 | 3 | ?> |
4 | 4 | <p></p> |
5 | 5 | <ul> |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -if(IN_MANAGER_MODE!="true") die("<b>INCLUDE_ORDERING_ERROR</b><br /><br />Please use the EVO Content Manager instead of accessing this file directly."); |
|
2 | +if (IN_MANAGER_MODE != "true") die("<b>INCLUDE_ORDERING_ERROR</b><br /><br />Please use the EVO Content Manager instead of accessing this file directly."); |
|
3 | 3 | ?> |
4 | 4 | <p></p> |
5 | 5 | <h1>Resource-Tree</h1> |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -if(IN_MANAGER_MODE!="true") die("<b>INCLUDE_ORDERING_ERROR</b><br /><br />Please use the EVO Content Manager instead of accessing this file directly."); |
|
2 | +if (IN_MANAGER_MODE != "true") die("<b>INCLUDE_ORDERING_ERROR</b><br /><br />Please use the EVO Content Manager instead of accessing this file directly."); |
|
3 | 3 | ?> |
4 | 4 | <p></p> |
5 | 5 | <h1>TinyMCE4</h1> |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -if(IN_MANAGER_MODE!="true") die("<b>INCLUDE_ORDERING_ERROR</b><br /><br />Please use the EVO Content Manager instead of accessing this file directly."); |
|
2 | +if (IN_MANAGER_MODE != "true") die("<b>INCLUDE_ORDERING_ERROR</b><br /><br />Please use the EVO Content Manager instead of accessing this file directly."); |
|
3 | 3 | ?> |
4 | 4 | <p></p> |
5 | 5 | <h1>EVOLUTION CMS 1.3.0</h1> |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -if(IN_MANAGER_MODE!="true") die("<b>INCLUDE_ORDERING_ERROR</b><br /><br />Please use the EVO Content Manager instead of accessing this file directly."); |
|
2 | +if (IN_MANAGER_MODE != "true") die("<b>INCLUDE_ORDERING_ERROR</b><br /><br />Please use the EVO Content Manager instead of accessing this file directly."); |
|
3 | 3 | ?> |
4 | 4 | <p></p> |
5 | 5 | <h3 style="text-decoration: underline;">Configuration</h3> |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -if(IN_MANAGER_MODE!="true") die("<b>INCLUDE_ORDERING_ERROR</b><br /><br />Please use the EVO Content Manager instead of accessing this file directly."); |
|
2 | +if (IN_MANAGER_MODE != "true") die("<b>INCLUDE_ORDERING_ERROR</b><br /><br />Please use the EVO Content Manager instead of accessing this file directly."); |
|
3 | 3 | ?> |
4 | 4 | <p></p> |
5 | 5 | <h1>Server-Configuration</h1> |