mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
# Fix: Execute bits in git and shebangs Some files had the execute bit improperly set to enabled. Some scripts did not have a correct shebang. |
||
|---|---|---|
| .. | ||
| aaa.class.php | ||
| bbb.class.php | ||
| bbb.php | ||
| main.inc.php | ||
| README.md | ||
Test to migrate Dolibarr to namespace "Dolibarr".
Script bbb.php is a script of an external module with current code writing. It must works after migration.