File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ The master branch is used for code (mostly new features) that shall go into the
1212* Magic quotes is gone, get used to it now. config = magic_quotes_gpc() Everything must be quoted
1313* Don't use ereg, split and other old function -> gone in PHP 5.4
1414* Don't use features that are not supported in PHP 5.3, for compatibility with LTS OS releases, ISPConfig must support PHP 5.3+
15- * Don't use shorttags. A Shorttag is <? and that is confusing with <?xml -> always usw <?php
15+ * Don't use shorttags. A Shorttag is <? and that is confusing with <?xml -> always use <?php
1616* Don't use namespaces
1717* Column names in database tables and database table names are in lowercase
1818* Classes for the interface are located in interface/lib/classes/ and loaded with $app->uses() or $app->load() functions.
You can’t perform that action at this time.
0 commit comments