update branding and localtest files
This commit is contained in:
parent
ec0a846aa1
commit
f495df0488
6 changed files with 17 additions and 13 deletions
|
@ -5,11 +5,11 @@
|
||||||
| App Configuration
|
| App Configuration
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
|
||||||
| Declare some of the global config values of Easy!Appointments.
|
| Declare some of the global config values of MaketRandevu.
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$config['version'] = '1.5.0-dev.4'; // This must be changed manually.
|
$config['version'] = '1.5.0-p1'; // This must be changed manually.
|
||||||
|
|
||||||
$config['url'] = Config::BASE_URL;
|
$config['url'] = Config::BASE_URL;
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
// Example: $config['smtp_host'] = 'smtp.gmail.com';
|
// Example: $config['smtp_host'] = 'smtp.gmail.com';
|
||||||
// @link https://codeigniter.com/user_guide/libraries/email.html
|
// @link https://codeigniter.com/user_guide/libraries/email.html
|
||||||
|
|
||||||
$config['useragent'] = 'Easy!Appointments';
|
$config['useragent'] = 'MaketRandevu';
|
||||||
$config['protocol'] = 'mail'; // or 'smtp'
|
$config['protocol'] = 'mail'; // or 'smtp'
|
||||||
$config['mailtype'] = 'html'; // or 'text'
|
$config['mailtype'] = 'html'; // or 'text'
|
||||||
// $config['smtp_debug'] = '0'; // or '1'
|
// $config['smtp_debug'] = '0'; // or '1'
|
||||||
|
|
|
@ -46,8 +46,12 @@ if (!function_exists('branding')) {
|
||||||
|
|
||||||
// Yazılım Sağlayıcı Bilgileri
|
// Yazılım Sağlayıcı Bilgileri
|
||||||
$software = array(
|
$software = array(
|
||||||
"name" => "MAKET",
|
"name" => "MAKET Randevu",
|
||||||
"description" => "MAKET Randevu Portalı",
|
"name_tr" => "MAKET Randevu",
|
||||||
|
"name_en" => "MAKET Appointment",
|
||||||
|
"description" => "MAKET Randevu",
|
||||||
|
"description_tr" => "MAKET Randevu Portalı",
|
||||||
|
"description_en" => "MAKET Appointment Portal",
|
||||||
"maintainers" => "Aliberk Sandıkçı & Alex Tselegidis", // to also give credit to original maintainer
|
"maintainers" => "Aliberk Sandıkçı & Alex Tselegidis", // to also give credit to original maintainer
|
||||||
"maintainer_nickname" => "asandikci",
|
"maintainer_nickname" => "asandikci",
|
||||||
"maintainer_name" => "Aliberk Sandıkçı",
|
"maintainer_name" => "Aliberk Sandıkçı",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php defined('BASEPATH') or exit('No direct script access allowed');
|
<?php defined('BASEPATH') or exit('No direct script access allowed');
|
||||||
// Turkish
|
// English
|
||||||
$lang['system_installation'] = 'System Installation';
|
$lang['system_installation'] = 'System Installation';
|
||||||
$lang['system_installation_welcome_header'] = 'Welcome to the ' . branding("software", "name") . " installation page";
|
$lang['system_installation_welcome_header'] = 'Welcome to the ' . branding("software", "name_en") . " installation page";
|
||||||
$lang['powered_by'] = 'Powered By <a href="' . branding("software", "website") . '" target="_blank">' . branding("software", "name") . '</a>';
|
$lang['powered_by'] = 'Powered By <a href="' . branding("software", "website") . '" target="_blank">' . branding("software", "name_en") . '</a>';
|
||||||
// End
|
// End
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php defined('BASEPATH') OR exit('No direct script access allowed');
|
<?php defined('BASEPATH') OR exit('No direct script access allowed');
|
||||||
// Turkish
|
// Turkish
|
||||||
$lang['system_installation'] = 'Sistem Yüklemesi';
|
$lang['system_installation'] = 'Sistem Yüklemesi';
|
||||||
$lang['system_installation_welcome_header'] = branding("software", "name") . " sistem yükleme sayfasına hoşgeldiniz";
|
$lang['system_installation_welcome_header'] = branding("software", "name_tr") . " sistem yükleme sayfasına hoşgeldiniz";
|
||||||
$lang['powered_by'] = '<a href="' . branding("software", "website") . '" target="_blank">' . branding("software", "name") . '</a> Gururla Sunar';
|
$lang['powered_by'] = '<a href="' . branding("software", "website") . '" target="_blank">' . branding("software", "name_tr") . '</a> Gururla Sunar';
|
||||||
// End
|
// End
|
||||||
|
|
|
@ -43,7 +43,7 @@ COMMANDS:
|
||||||
CONFIG_FILE_CONTENT="""
|
CONFIG_FILE_CONTENT="""
|
||||||
<?php
|
<?php
|
||||||
/* ----------------------------------------------------------------------------
|
/* ----------------------------------------------------------------------------
|
||||||
* MaketRandevu - Izmir Fen Lisesi Randevu Portali
|
* MaketRandevu - MAKET Randevu Portalı
|
||||||
*
|
*
|
||||||
* @package maketrandevu
|
* @package maketrandevu
|
||||||
* @author asandikci <contact@aliberksandikci.com.tr>
|
* @author asandikci <contact@aliberksandikci.com.tr>
|
||||||
|
@ -176,8 +176,8 @@ _status() {
|
||||||
}
|
}
|
||||||
|
|
||||||
if [[ $# -eq 0 ]]; then
|
if [[ $# -eq 0 ]]; then
|
||||||
if [[ $(pwd) != *maketrandevu ]]; then
|
if [[ $(pwd) != *MaketRandevu ]]; then
|
||||||
echo "PLEASE CHANGE DIRECTORY TO \`maketrandevu/\` BEFORE STARTING SCRIPT"
|
echo "PLEASE CHANGE DIRECTORY TO \`MaketRandevu/\` BEFORE STARTING SCRIPT"
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
# TODO silmeden önce onay iste!
|
# TODO silmeden önce onay iste!
|
||||||
|
|
Loading…
Reference in a new issue