Fix #1715 unnecessary dirname() in index.php

This commit is contained in:
Kijin Sung 2021-06-19 19:29:39 +09:00
parent 5a57471bd5
commit 858b3f68b1

View file

@ -37,7 +37,7 @@
/** /**
* Include the autoloader. * Include the autoloader.
*/ */
require dirname(__FILE__) . '/common/autoload.php'; require __DIR__ . '/common/autoload.php';
/** /**
* @brief Initialize by creating Context object * @brief Initialize by creating Context object