Merms New Website

This commit is contained in:
Olu Amey
2021-05-19 14:36:02 +00:00
commit 685a80769d
288 changed files with 86164 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<?php
namespace App\Controllers;
class Download extends BaseController {
public function index() {
$data = array();
$this->renderExtPage('download', $data);
}
//--------------------------------------------------------------------
}