mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Prevent loading the autoloder more than once
This commit is contained in:
parent
f833caf7f0
commit
701f4b5e07
1 changed files with 8 additions and 0 deletions
|
|
@ -1,5 +1,13 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* Skip if Rhymix is already loaded.
|
||||
*/
|
||||
if (defined('RX_VERSION'))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set error reporting rules.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue