Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
ISPConfig 3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Manoa Ratefiarison
ISPConfig 3
Commits
f36aaf2b
"README.md" did not exist on "0a1f027bd9b71d618376e1365c35d95d97b15782"
Commit
f36aaf2b
authored
5 years ago
by
Helmo
Browse files
Options
Downloads
Patches
Plain Diff
typo
parent
3639beb8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CONTRIBUTING.md
+1
-1
1 addition, 1 deletion
CONTRIBUTING.md
with
1 addition
and
1 deletion
CONTRIBUTING.md
+
1
−
1
View file @
f36aaf2b
...
...
@@ -12,7 +12,7 @@ The master branch is used for code (mostly new features) that shall go into the
*
Magic quotes is gone, get used to it now. config = magic_quotes_gpc() Everything must be quoted
*
Don't use ereg, split and other old function -> gone in PHP 5.4
*
Don't use features that are not supported in PHP 5.3, for compatibility with LTS OS releases, ISPConfig must support PHP 5.3+
*
Don't use shorttags. A Shorttag is
<
?
and
that
is
confusing
with
<?
xml
-
>
always us
w
<?php
*
Don't use shorttags. A Shorttag is
<
?
and
that
is
confusing
with
<?
xml
-
>
always us
e
<?php
*
Don't use namespaces
*
Column names in database tables and database table names are in lowercase
*
Classes for the interface are located in interface/lib/classes/ and loaded with $app->uses() or $app->load() functions.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment