Beispiel #1
0
 public function __construct()
 {
     self::$instance = $this;
     $this->_sql = MySQL::singleton();
     foreach (pasteMan::getTypes(true) as $type) {
         $this->types[$type[0]] = $type[1];
     }
 }
Beispiel #2
0
<?php

defined('in_bn6') or exit;
$paste = new pasteMan();
$paste->showForm();
Beispiel #3
0
<?php

defined('in_bn6') or exit;
$paste = new pasteMan();
$paste->showPaste();