mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Commit realizando cambios en los roles de los usuarios
This commit is contained in:
24
ci4/app/Controllers/Test.php
Normal file
24
ci4/app/Controllers/Test.php
Normal file
@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
namespace App\Controllers;
|
||||
|
||||
|
||||
class Test extends BaseController
|
||||
{
|
||||
|
||||
function __construct()
|
||||
{
|
||||
}
|
||||
|
||||
public function index()
|
||||
{
|
||||
["id_user"]=>
|
||||
string(1) "1"
|
||||
$test = [
|
||||
"115b5ad39b853084209caf6824224f6b",
|
||||
"fff26488a4249d76a8de5c0426acb8f7",
|
||||
"72f5e898a67bb2fb72b185d9138585b2"];
|
||||
|
||||
echo "Hola";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user