File: xmlrpc.php

package info (click to toggle)
kalkun 0.8.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 7,340 kB
  • sloc: php: 30,659; javascript: 30,443; sql: 961; sh: 766; xml: 105; makefile: 40
file content (14 lines) | stat: -rw-r--r-- 260 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
/**
* Plugin Name: XMLRPC
* Plugin URI: http://azhari.harahap.us
* Version: 0.1
* Description: XMLRPC Server Plugin
* Author: Azhari Harahap
* Author URI: http://azhari.harahap.us
*/

class Xmlrpc_plugin extends CI3_plugin_system {

	use plugin_trait;
}