mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-10-28 05:22:26 +01: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