]> jfr.im git - z_archive/vpsm.git/blob - vpsm/class.node.php
Adding start of SSL-certificate-stuff. easy-rsa
[z_archive/vpsm.git] / vpsm / class.node.php
1 <?php
2
3 define('ROOTPATH', dirname(__FILE__).'/');
4
5 require_once(ROOTPATH.'common.php');
6
7 abstract class Node {
8 abstract public function createct();
9 public function getnode($id) {
10
11 }
12 }