Skip to content

Commit efb8148

Browse files
committed
changed controller name
1 parent 31cdba0 commit efb8148

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Controller.php renamed to gate.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
class Projects extends CI_Controller {
3+
class Gate extends CI_Controller {
44

55
function __construct()
66
{
@@ -86,5 +86,5 @@ function save_device_state()
8686

8787
}
8888

89-
/* End of file Projects.php */
90-
/* Location: ./application/controllers/projects.php */
89+
/* End of file gate.php */
90+
/* Location: ./application/controllers/gate.php */

0 commit comments

Comments
 (0)