File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 1111
1212declare (strict_types=1 );
1313
14- use Phalcon \Version ;
15-
1614if (!extension_loaded ('phalcon ' )) {
1715 throw new Exception (
1816 "Phalcon extension isn't installed, follow these instructions to install it: " .
9492 */
9593defined ('ADMIN_LTE_VERSION ' ) || define ('ADMIN_LTE_VERSION ' , '2.3.6 ' );
9694
97- /** @const COMPATIBLE_VERSION The compatible Phalcon version. */
98- defined ('COMPATIBLE_VERSION ' ) || define ('COMPATIBLE_VERSION ' , 3020040 );
99-
10095/**
10196 * Register the Composer autoloader (if any)
10297 */
126121if (file_exists ('.phalcon ' . DS . 'autoload.php ' )) {
127122 require_once '.phalcon ' . DS . 'autoload.php ' ;
128123}
129-
130- if (Version::getId () < COMPATIBLE_VERSION ) {
131- throw new Exception (
132- "Your Phalcon version isn't compatible with Developer Tools, " .
133- 'download the latest at: https://phalconphp.com/en/download/linux '
134- );
135- }
You can’t perform that action at this time.
0 commit comments