Skip to content

Instantly share code, notes, and snippets.

View andifahruddinakas's full-sized avatar
Working from home

Andi Fahruddin Akas andifahruddinakas

Working from home
View GitHub Profile
[
{
"name": "Contoh",
"alias": "Ini Hanya Contoh",
"description": "module untuk melakukan sesuatu",
"keywords": [],
"priority": 0,
"providers": [],
"files": [],
"url": "https://github.com/OpenSID/Contoh/archive/refs/tags/v1.0.2.zip",
@andifahruddinakas
andifahruddinakas / Home.php
Last active March 3, 2022 17:57
DIREKTIF INCLUDE PADA PARSER CODEIGNITER 4
<?php
namespace App\Controllers;
use App\Libraries\MyParser;
class Home extends BaseController
{
public function index()
{
$parser = new MyParser();
<?php
if (!file_exists('Obfuscator.php')) {
file_put_contents('Obfuscator.php', file_get_contents('https://raw.githubusercontent.com/pH-7/Obfuscator-Class/master/src/Obfuscator.php'));
}
require 'Obfuscator.php';
$onlyDirectory = [
'app',