The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist hex-abyss/duplicate "*"or add
"hex-abyss/duplicate": "*"to the require section of your composer.json file.
while(true){
//some code
if (\hexAbyss\Duplicate::isStopProcess())
break;
}while(true){
//some code
\hexAbyss\Duplicate::isExit();
}//file: index.php
while(true){
//some code
if (\hexAbyss\Duplicate::isStopProcess())
break;
}
//file: info.php
\hexAbyss\Duplicate::getInstance('keyInfo');
while(true){
//some code
if (\hexAbyss\Duplicate::isStopProcess())
break;
}The source code for the site is licensed under the MIT license, which you can find in the MIT-LICENSE.md file.