Archived
1
0

Add missing permission checks

This commit is contained in:
Marcel
2018-12-30 18:35:04 +01:00
parent d09ee2788d
commit 5652efc47e
4 changed files with 97 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
class Contact extends CI_Controller
class Contact extends MY_Controller
{
public function __construct()