PHP Classes

File: application/views/admincp/clearCacheView.php

Recommend this page to a friend!
  Classes of Minh Tien   Noblesse CMS   application/views/admincp/clearCacheView.php   Download  
File: application/views/admincp/clearCacheView.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: 350 bytes
 

Contents

Class file image Download
<form action="" method="post" enctype="multipart/form-data">

<div class="panel panel-primary">
  <div class="panel-heading">
    <h3 class="panel-title">Notify</h3>
  </div>
  <div class="panel-body">
    <div class="row">
        <div class="col-lg-12">
          Clear caches in system success.
        </div>
       
    </div>
  </div>
</div>

</form>