mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix #1715 unnecessary dirname() in index.php
This commit is contained in:
parent
5a57471bd5
commit
858b3f68b1
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
|||
/**
|
||||
* Include the autoloader.
|
||||
*/
|
||||
require dirname(__FILE__) . '/common/autoload.php';
|
||||
require __DIR__ . '/common/autoload.php';
|
||||
|
||||
/**
|
||||
* @brief Initialize by creating Context object
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue