Prevent loading the autoloder more than once

This commit is contained in:
Kijin Sung 2017-03-06 14:11:30 +09:00
parent f833caf7f0
commit 701f4b5e07

View file

@ -1,5 +1,13 @@
<?php
/**
* Skip if Rhymix is already loaded.
*/
if (defined('RX_VERSION'))
{
return;
}
/**
* Set error reporting rules.
*/