File tree Expand file tree Collapse file tree
manager/actions/help/version_notices Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <?php
2+ if ( ! defined ('IN_MANAGER_MODE ' ) || IN_MANAGER_MODE !== true ) {
3+ die ("<b>INCLUDE_ORDERING_ERROR</b><br /><br />Please use the EVO Content Manager instead of accessing this file directly. " );
4+ }
5+ ?>
6+ <p></p>
7+ <ul>
8+ <li>[S] refactor ajax.php, close SQL injection (64j)</li>
9+ <li>[F] fix ditto error on 61 str. in ditto.class.inc.php (Dmi3yy)</li>
10+ </ul>
Original file line number Diff line number Diff line change 1+ <?php
2+ if ( ! defined ('IN_MANAGER_MODE ' ) || IN_MANAGER_MODE !== true ) {
3+ die ("<b>INCLUDE_ORDERING_ERROR</b><br /><br />Please use the EVO Content Manager instead of accessing this file directly. " );
4+ }
5+ ?>
6+ <p></p>
7+ <ul>
8+ <li><a href="https://github.com/evolution-cms/evolution/releases/tag/1.4.0" target="_blank">Full pressrelease 1.4.0</a></li>
9+ </ul>
Original file line number Diff line number Diff line change 1+ <?php
2+ if ( ! defined ('IN_MANAGER_MODE ' ) || IN_MANAGER_MODE !== true ) {
3+ die ("<b>INCLUDE_ORDERING_ERROR</b><br /><br />Please use the EVO Content Manager instead of accessing this file directly. " );
4+ }
5+ ?>
6+ <p></p>
7+ <ul>
8+ <li>fix minor issues</li>
9+ </ul>
You can’t perform that action at this time.
0 commit comments