mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
19 lines
399 B
PHP
19 lines
399 B
PHP
<?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
|
|
{
|
|
|
|
|
|
}
|