Newer
Older
mailpiler / webui / system / document.php
@SJ SJ on 8 Feb 2012 151 bytes added the webui to the tarball
<?php

class Document {
   public $title;
   public $description;
   public $base;
   public $charset = 'utf-8';
   public $language = 'en-gb';
}


?>