mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-07-28 01:55:00 +02:00
added the webui to the tarball
This commit is contained in:
12
webui/system/document.php
Normal file
12
webui/system/document.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
class Document {
|
||||
public $title;
|
||||
public $description;
|
||||
public $base;
|
||||
public $charset = 'utf-8';
|
||||
public $language = 'en-gb';
|
||||
}
|
||||
|
||||
|
||||
?>
|
Reference in New Issue
Block a user