mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-22 09:22:22 +00:00
CI Init
This commit is contained in:
Executable
+5585
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,18 @@
|
||||
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
||||
/*
|
||||
* =======================================
|
||||
* Author : Slamet Nurhadi
|
||||
* License : NO License
|
||||
* Email : slametnhd@gmail.com
|
||||
*
|
||||
*
|
||||
*
|
||||
* =======================================
|
||||
*/
|
||||
require_once APPPATH."../vendor/easyrdf/easyrdf/lib/EasyRdf.php";
|
||||
|
||||
class Rdf
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
Executable
+11
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>403 Forbidden</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Directory access is forbidden.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user