File tree 1 file changed +0
-12
lines changed
1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 11
11
12
12
declare (strict_types=1 );
13
13
14
- use Phalcon \Version ;
15
-
16
14
if (!extension_loaded ('phalcon ' )) {
17
15
throw new Exception (
18
16
"Phalcon extension isn't installed, follow these instructions to install it: " .
94
92
*/
95
93
defined ('ADMIN_LTE_VERSION ' ) || define ('ADMIN_LTE_VERSION ' , '2.3.6 ' );
96
94
97
- /** @const COMPATIBLE_VERSION The compatible Phalcon version. */
98
- defined ('COMPATIBLE_VERSION ' ) || define ('COMPATIBLE_VERSION ' , 3020040 );
99
-
100
95
/**
101
96
* Register the Composer autoloader (if any)
102
97
*/
126
121
if (file_exists ('.phalcon ' . DS . 'autoload.php ' )) {
127
122
require_once '.phalcon ' . DS . 'autoload.php ' ;
128
123
}
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