diff --git a/docs/index.html b/docs/index.html index c5bb517..9ab0ea6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -645,19 +645,12 @@

Compatibility Information

Updating the Bugfish Framework

To update the Bugfish Framework to a newer version, follow these steps:

    -
  1. Download the Latest Version
  2. Visit the Bugfish Framework GitHub repository and download the latest version.

  3. -

    Move Files to the Correct Directory

    -
  4. -
  5. Extract the downloaded files and move the contents from the _framework folder to the xframework/remote folder of your Dolibarr installation. Overwrite any existing files if prompted.

  6. -
  7. -

    Update Files on Your Server

    -
  8. If updating directly on your server, replace the old files with the new ones. Alternatively, you can create a new zip file of the updated framework and push it to the repository.

Feel free to reach out if you have any questions or need further assistance!

diff --git a/docs/installation.html b/docs/installation.html index ebf6517..2638f98 100644 --- a/docs/installation.html +++ b/docs/installation.html @@ -525,7 +525,7 @@

Adjust the Dolibarr configuration file (etc/dolibarr/conf.php) and add the following at the end:

-

php +

if (file_exists("/usr/share/dolibarr/htdocs/custom/xframework/remote/loader.php")) { require_once("/usr/share/dolibarr/htdocs/custom/xframework/remote/loader.php"); }