[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
14082024
/
Data
/
htdocs
/
htdocs
/
e-learning
/
application
/
helpers
/
[
Home
]
File: plugins_helper.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); # include plugin helper file $path_plugin_helper = './plugins/helpers/helper.php'; if (is_file($path_plugin_helper)) { include $path_plugin_helper; }