* @license GPL 2 (http://www.gnu.org/licenses/gpl.html) */ # NOTE Some Linux distributon change the location of DokuWiki core libraries (DOKU_INC) # # Bitnami (Docker) /opt/bitnami/dokuwiki # LinuxServer.io (Docker) /app/dokuwiki # Arch Linux /usr/share/webapps/dokuwiki # Debian/Ubuntu /usr/share/dokuwiki # # NOTE If DokuWiki core libraries (DOKU_INC) is in another location you can # create a PHP file in this directory called "doku_inc.php" with # this content: # # exec(); } catch (Exception $e) { Utils::log('fatal', "[{class}] {message} in {file}({line})", [ 'class' => get_class($e), 'message' => $e->getMessage(), 'file' => $e->getFile(), 'line' => $e->getLine(), ]); } Utils::log('debug', '====================');