({{index.php}} > {{   include_once}} [a1]) ||
((a1:{{include/}}|{{config.inc.php}} - [a3])) - include_once (a2:) > ({{7) language/XX/}}|{{common.php}}) || 
(a5: - [a6]) > include_once ({{9) include/core/}}|{{functions.inc.php}}) || 
(a3: - [a4]) > include_once ({{10) include/core/}}|{{config.XX_SQL.inc.php}}) > include_once ()|| 
(a4: - [a5]) > include_once ({{11) include/core/}}|{{tracer.inc.php}}) || 
(a6: > {{   include_once}} [a7]) > include_once ({{12) include/external/}}|{{wcrypt_aes/wcrypt_aes.php}}) || 
(a7:{{14) include/}}|{{update.inc.php}}) 
    

Legend:

config.inc.php -> Framework settings file

  1. Setting environmental and framework variable
  2. Set of variables that contain the url of the page
  3. Setting the language in which messages will be displayed
  4. Setting the main template that will display the pages.
  5. Setting version to include the necessary classes depending on version
  6. Setting php.ini
  7. Includes common messages
  8. Check for graphics library
  9. Load core functions
  10. Load sql config and set sql connection
  11. Load tracer for debug
  12. Load aes crypt class
  13. Check install folder
  14. Check for update