Restructure, add README license and copyright
This commit is contained in:
36
ots-signs/config.php
Normal file
36
ots-signs/config.php
Normal file
@@ -0,0 +1,36 @@
|
||||
<?php
|
||||
/*
|
||||
* Xibo - Digital Signage - http://www.xibo.org.uk
|
||||
* Copyright (C) 2006-2021 Xibo Signage Ltd
|
||||
*
|
||||
* This file is part of Xibo.
|
||||
*
|
||||
* Xibo is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* any later version.
|
||||
*
|
||||
* Xibo is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with Xibo. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
defined('XIBO') or die("Sorry, you are not allowed to directly access this page.<br /> Please press the back button in your browser.");
|
||||
|
||||
$config = array(
|
||||
'theme_name' => 'otssignange',
|
||||
'theme_title' => 'OTS Signs',
|
||||
'app_name' => 'OTS Signage',
|
||||
'theme_url' => 'CMS Homepage',
|
||||
'cms_source_url' => 'https://github.com/xibosignage/xibo-cms',
|
||||
'cms_install_url' => 'manual/en/install_cms.html',
|
||||
'cms_release_notes_url' => 'manual/en/release_notes.html',
|
||||
'latest_news_url' => 'http://xibo.org.uk/feed/',
|
||||
'client_sendCurrentLayoutAsStatusUpdate_enabled' => false,
|
||||
'client_screenShotRequestInterval_enabled' => false,
|
||||
'view_path' => 'views',
|
||||
'product_support_url' => 'https://community.xibo.org.uk/c/support'
|
||||
);
|
||||
Reference in New Issue
Block a user