PHP Classes

File: application/views/admincp/pluginRunController.php

Recommend this page to a friend!
  Classes of Minh Tien   Noblesse CMS   application/views/admincp/pluginRunController.php   Download  
File: application/views/admincp/pluginRunController.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Noblesse CMS
Content management system with custom plugins
Author: By
Last change:
Date: 8 years ago
Size: 65 bytes
 

Contents

Class file image Download
<?php

if(file_exists($filePath))
{
    include(
$filePath);

}

?>