b0y-101 Mini Shell


Current Path : E:/www/chiangmai/libraries/nextend2/smartslider/smartslider/plugins/
File Upload :
Current File : E:/www/chiangmai/libraries/nextend2/smartslider/smartslider/plugins/loadplugin.php

<?php
defined('N2LIBRARY') or die();

$mdir = dirname(__FILE__).DIRECTORY_SEPARATOR;
foreach(N2Filesystem::folders($mdir) AS $mfolder){
    $mfile = $mdir.$mfolder.DIRECTORY_SEPARATOR.'loadplugin.php';
    if(N2Filesystem::fileexists($mfile)){
        require_once($mfile);
    }
}

Copyright © 2019 by b0y-101