remove unneeded controllers, views and vuejs apps

This commit is contained in:
Harald Bamberger
2024-11-25 13:48:33 +01:00
parent df0ed6715c
commit 2ed24ca60f
9 changed files with 0 additions and 543 deletions
-16
View File
@@ -1,16 +0,0 @@
<?php
if ( !defined("PHPUNIT_TEST") ) {
show_404();
}
class Test extends CI_Controller
{
public function index()
{
// Yep... This is all we need.
ini_set('error_reporting', E_ALL); // or error_reporting(E_ALL);
ini_set('display_errors', '1');
ini_set('display_startup_errors', '1');
}
}