Direct file access must not be permitted.

This commit is contained in:
alext 2017-09-15 13:44:40 +02:00
parent fcb4b9d5cf
commit 9366089c82
77 changed files with 89 additions and 178 deletions

View file

@ -1,7 +1,4 @@
<?php if ( ! defined('BASEPATH'))
{
exit('No direct script access allowed');
}
<?php defined('BASEPATH') OR exit('No direct script access allowed');
/* ----------------------------------------------------------------------------
* Easy!Appointments - Open Source Web Scheduler

View file

@ -1,7 +1,4 @@
<?php if ( ! defined('BASEPATH'))
{
exit('No direct script access allowed');
}
<?php defined('BASEPATH') OR exit('No direct script access allowed');
/* ----------------------------------------------------------------------------
* Easy!Appointments - Open Source Web Scheduler

View file

@ -1,7 +1,4 @@
<?php if ( ! defined('BASEPATH'))
{
exit('No direct script access allowed');
}
<?php defined('BASEPATH') OR exit('No direct script access allowed');
/* ----------------------------------------------------------------------------
* Easy!Appointments - Open Source Web Scheduler

View file

@ -1,7 +1,4 @@
<?php if ( ! defined('BASEPATH'))
{
exit('No direct script access allowed');
}
<?php defined('BASEPATH') OR exit('No direct script access allowed');
/* ----------------------------------------------------------------------------
* Easy!Appointments - Open Source Web Scheduler

View file

@ -1,7 +1,4 @@
<?php if ( ! defined('BASEPATH'))
{
exit('No direct script access allowed');
}
<?php defined('BASEPATH') OR exit('No direct script access allowed');
/* ----------------------------------------------------------------------------
* Easy!Appointments - Open Source Web Scheduler

View file

@ -1,7 +1,4 @@
<?php if ( ! defined('BASEPATH'))
{
exit('No direct script access allowed');
}
<?php defined('BASEPATH') OR exit('No direct script access allowed');
/* ----------------------------------------------------------------------------
* Easy!Appointments - Open Source Web Scheduler

View file

@ -1,7 +1,4 @@
<?php if ( ! defined('BASEPATH'))
{
exit('No direct script access allowed');
}
<?php defined('BASEPATH') OR exit('No direct script access allowed');
/* ----------------------------------------------------------------------------
* Easy!Appointments - Open Source Web Scheduler

View file

@ -1,7 +1,4 @@
<?php if ( ! defined('BASEPATH'))
{
exit('No direct script access allowed');
}
<?php defined('BASEPATH') OR exit('No direct script access allowed');
/* ----------------------------------------------------------------------------
* Easy!Appointments - Open Source Web Scheduler

View file

@ -1,7 +1,4 @@
<?php if ( ! defined('BASEPATH'))
{
exit('No direct script access allowed');
}
<?php defined('BASEPATH') OR exit('No direct script access allowed');
/* ----------------------------------------------------------------------------
* Easy!Appointments - Open Source Web Scheduler

View file

@ -1,7 +1,4 @@
<?php if ( ! defined('BASEPATH'))
{
exit('No direct script access allowed');
}
<?php defined('BASEPATH') OR exit('No direct script access allowed');
/* ----------------------------------------------------------------------------
* Easy!Appointments - Open Source Web Scheduler

View file

@ -1,7 +1,4 @@
<?php if ( ! defined('BASEPATH'))
{
exit('No direct script access allowed');
}
<?php defined('BASEPATH') OR exit('No direct script access allowed');
/* ----------------------------------------------------------------------------
* Easy!Appointments - Open Source Web Scheduler

View file

@ -1,7 +1,4 @@
<?php if ( ! defined('BASEPATH'))
{
exit('No direct script access allowed');
}
<?php defined('BASEPATH') OR exit('No direct script access allowed');
/* ----------------------------------------------------------------------------
* Easy!Appointments - Open Source Web Scheduler

View file

@ -1,7 +1,4 @@
<?php if ( ! defined('BASEPATH'))
{
exit('No direct script access allowed');
}
<?php defined('BASEPATH') OR exit('No direct script access allowed');
/* ----------------------------------------------------------------------------
* Easy!Appointments - Open Source Web Scheduler

View file

@ -1,7 +1,4 @@
<?php if ( ! defined('BASEPATH'))
{
exit('No direct script access allowed');
}
<?php defined('BASEPATH') OR exit('No direct script access allowed');
/* ----------------------------------------------------------------------------
* Easy!Appointments - Open Source Web Scheduler

View file

@ -1,7 +1,4 @@
<?php if ( ! defined('BASEPATH'))
{
exit('No direct script access allowed');
}
<?php defined('BASEPATH') OR exit('No direct script access allowed');
/* ----------------------------------------------------------------------------
* Easy!Appointments - Open Source Web Scheduler

View file

@ -1,7 +1,4 @@
<?php if ( ! defined('BASEPATH'))
{
exit('No direct script access allowed');
}
<?php defined('BASEPATH') OR exit('No direct script access allowed');
/* ----------------------------------------------------------------------------
* Easy!Appointments - Open Source Web Scheduler

View file

@ -1,7 +1,4 @@
<?php if ( ! defined('BASEPATH'))
{
exit('No direct script access allowed');
}
<?php defined('BASEPATH') OR exit('No direct script access allowed');
/* ----------------------------------------------------------------------------
* Easy!Appointments - Open Source Web Scheduler

View file

@ -1,7 +1,4 @@
<?php if ( ! defined('BASEPATH'))
{
exit('No direct script access allowed');
}
<?php defined('BASEPATH') OR exit('No direct script access allowed');
/* ----------------------------------------------------------------------------
* Easy!Appointments - Open Source Web Scheduler

View file

@ -1,7 +1,4 @@
<?php if ( ! defined('BASEPATH'))
{
exit('No direct script access allowed');
}
<?php defined('BASEPATH') OR exit('No direct script access allowed');
/* ----------------------------------------------------------------------------
* Easy!Appointments - Open Source Web Scheduler

View file

@ -1,7 +1,4 @@
<?php if ( ! defined('BASEPATH'))
{
exit('No direct script access allowed');
}
<?php defined('BASEPATH') OR exit('No direct script access allowed');
/* ----------------------------------------------------------------------------
* Easy!Appointments - Open Source Web Scheduler

View file

@ -1,7 +1,4 @@
<?php if ( ! defined('BASEPATH'))
{
exit('No direct script access allowed');
}
<?php defined('BASEPATH') OR exit('No direct script access allowed');
/* ----------------------------------------------------------------------------
* Easy!Appointments - Open Source Web Scheduler

View file

@ -1,7 +1,4 @@
<?php if ( ! defined('BASEPATH'))
{
exit('No direct script access allowed');
}
<?php defined('BASEPATH') OR exit('No direct script access allowed');
/* ----------------------------------------------------------------------------
* Easy!Appointments - Open Source Web Scheduler

View file

@ -1,7 +1,4 @@
<?php if ( ! defined('BASEPATH'))
{
exit('No direct script access allowed');
}
<?php defined('BASEPATH') OR exit('No direct script access allowed');
/* ----------------------------------------------------------------------------
* Easy!Appointments - Open Source Web Scheduler

View file

@ -1,7 +1,4 @@
<?php if ( ! defined('BASEPATH'))
{
exit('No direct script access allowed');
}
<?php defined('BASEPATH') OR exit('No direct script access allowed');
/* ----------------------------------------------------------------------------
* Easy!Appointments - Open Source Web Scheduler

View file

@ -0,0 +1,13 @@
<?php defined('BASEPATH') OR exit('No direct script access allowed');
$lang['migration_none_found'] = "No migrations were found.";
$lang['migration_not_found'] = "This migration could not be found.";
$lang['migration_multiple_version'] = "This are multiple migrations with the same version number: %d.";
$lang['migration_class_doesnt_exist'] = "The migration class \"%s\" could not be found.";
$lang['migration_missing_up_method'] = "The migration class \"%s\" is missing an 'up' method.";
$lang['migration_missing_down_method'] = "The migration class \"%s\" is missing an 'down' method.";
$lang['migration_invalid_filename'] = "Migration \"%s\" has an invalid filename.";
/* End of file migration_lang.php */
/* Location: ./system/language/chinese/migration_lang.php */

View file

@ -1,4 +1,4 @@
<?php
<?php defined('BASEPATH') OR exit('No direct script access allowed');
// Bulgarian
$lang['page_title'] = 'Запазете час с ...';
$lang['step_one_title'] = 'Изберете Услуга и Изпълнител';

View file

@ -1,4 +1,4 @@
<?php
<?php defined('BASEPATH') OR exit('No direct script access allowed');
$lang['migration_none_found'] = "No migrations were found.";
$lang['migration_not_found'] = "This migration could not be found.";

View file

@ -1,4 +1,4 @@
<?php
<?php defined('BASEPATH') OR exit('No direct script access allowed');
// Chinese
$lang['page_title'] = '准备预约';
$lang['step_one_title'] = '选择服务人员以及服务项目';

View file

@ -1,4 +1,4 @@
<?php
<?php defined('BASEPATH') OR exit('No direct script access allowed');
$lang['migration_none_found'] = "No migrations were found.";
$lang['migration_not_found'] = "This migration could not be found.";

View file

@ -1,4 +1,4 @@
<?php
<?php defined('BASEPATH') OR exit('No direct script access allowed');
// Danish
$lang['page_title'] = 'Book tid ved ...';
$lang['step_one_title'] = 'Vælg tjeneste og leverandør.';

View file

@ -1,4 +1,4 @@
<?php
<?php defined('BASEPATH') OR exit('No direct script access allowed');
$lang['migration_none_found'] = "No migrations were found.";
$lang['migration_not_found'] = "This migration could not be found.";

View file

@ -1,4 +1,4 @@
<?php
<?php defined('BASEPATH') OR exit('No direct script access allowed');
// Dutch
$lang['page_title'] = 'Boek afspraak met';
$lang['step_one_title'] = 'Kies een dienst en een medewerker';

View file

@ -1,4 +1,4 @@
<?php
<?php defined('BASEPATH') OR exit('No direct script access allowed');
// English
$lang['page_title'] = 'Book Appointment With';
$lang['step_one_title'] = 'Select Service & Provider';

View file

@ -1,4 +1,4 @@
<?php
<?php defined('BASEPATH') OR exit('No direct script access allowed');
$lang['migration_none_found'] = "No migrations were found.";
$lang['migration_not_found'] = "This migration could not be found.";

View file

@ -1,4 +1,4 @@
<?php
<?php defined('BASEPATH') OR exit('No direct script access allowed');
// Finnish
$lang['page_title'] = 'Varaa aika';
$lang['step_one_title'] = 'Valitse palvelu ja henkilö';

View file

@ -1,4 +1,4 @@
<?php
<?php defined('BASEPATH') OR exit('No direct script access allowed');
$lang['migration_none_found'] = "No migrations were found.";
$lang['migration_not_found'] = "This migration could not be found.";

View file

@ -1,4 +1,4 @@
<?php
<?php defined('BASEPATH') OR exit('No direct script access allowed');
// French
$lang['page_title'] = 'Prendre rendez-vous avec ...';
$lang['step_one_title'] = 'Choisissez une prestation et un exécutant';

View file

@ -1,4 +1,4 @@
<?php
<?php defined('BASEPATH') OR exit('No direct script access allowed');
$lang['migration_none_found'] = "No migrations were found.";
$lang['migration_not_found'] = "This migration could not be found.";

View file

@ -1,4 +1,4 @@
<?php
<?php defined('BASEPATH') OR exit('No direct script access allowed');
// German
$lang['page_title'] = 'Vereinbaren Sie einen Termin mit';
$lang['step_one_title'] = 'Auswahl der Dienstleistung und des Anbieters';

View file

@ -1,4 +1,4 @@
<?php
<?php defined('BASEPATH') OR exit('No direct script access allowed');
$lang['migration_none_found'] = "No migrations were found.";
$lang['migration_not_found'] = "This migration could not be found.";

View file

@ -1,4 +1,4 @@
<?php
<?php defined('BASEPATH') OR exit('No direct script access allowed');
// Greek
$lang['page_title'] = 'Κράτηση Ραντεβού Με';
$lang['step_one_title'] = 'Επιλογή Υπηρεσίας & Πάροχου';

View file

@ -1,4 +1,4 @@
<?php
<?php defined('BASEPATH') OR exit('No direct script access allowed');
$lang['migration_none_found'] = "No migrations were found.";
$lang['migration_not_found'] = "This migration could not be found.";

View file

@ -1,4 +1,4 @@
<?php
<?php defined('BASEPATH') OR exit('No direct script access allowed');
// Hindi
$lang['page_title'] = 'नअपॉइंटमेंट बुक करें';
$lang['step_one_title'] = 'प्रदान करनेवाला और सेवा का चयन करें';

View file

@ -1,4 +1,4 @@
<?php
<?php defined('BASEPATH') OR exit('No direct script access allowed');
$lang['migration_none_found'] = "No migrations were found.";
$lang['migration_not_found'] = "This migration could not be found.";

View file

@ -1,4 +1,4 @@
<?php
<?php defined('BASEPATH') OR exit('No direct script access allowed');
// Hungarian
$lang['page_title'] = 'Foglalj időpontot a ...';
$lang['step_one_title'] = 'Válassz szolgáltatást és szolgáltatót';

View file

@ -1,4 +1,4 @@
<?php
<?php defined('BASEPATH') OR exit('No direct script access allowed');
$lang['migration_none_found'] = "Nessun migration trovato.";
$lang['migration_not_found'] = "Questo migration non può essere trovato.";

View file

@ -1,4 +1,4 @@
<?php
<?php defined('BASEPATH') OR exit('No direct script access allowed');
// Italian
$lang['page_title'] = 'Prenota un appuntamento con';
$lang['step_one_title'] = 'Seleziona servizio & fornitore';

View file

@ -1,4 +1,4 @@
<?php
<?php defined('BASEPATH') OR exit('No direct script access allowed');
$lang['migration_none_found'] = "No migrations were found.";
$lang['migration_not_found'] = "This migration could not be found.";

View file

@ -1,4 +1,4 @@
<?php
<?php defined('BASEPATH') OR exit('No direct script access allowed');
// Japanese
$lang['page_title'] = '予約システム - ';
$lang['step_one_title'] = 'メニューと担当者の選択:';

View file

@ -1,4 +1,4 @@
<?php
<?php defined('BASEPATH') OR exit('No direct script access allowed');
$lang['migration_none_found'] = "No migrations were found.";
$lang['migration_not_found'] = "This migration could not be found.";

View file

@ -1,4 +1,4 @@
<?php
<?php defined('BASEPATH') OR exit('No direct script access allowed');
// Luxembourgish
$lang['page_title'] = 'Huelt ee Termäin mat';
$lang['step_one_title'] = 'Auswiel vun der Dingschtleeschtung an dem Mataarbechter';

View file

@ -1,4 +1,4 @@
<?php
<?php defined('BASEPATH') OR exit('No direct script access allowed');
$lang['migration_none_found'] = "No migrations were found.";
$lang['migration_not_found'] = "This migration could not be found.";

View file

@ -1,4 +1,4 @@
<?php
<?php defined('BASEPATH') OR exit('No direct script access allowed');
// Polish
$lang['page_title'] = 'Zamów wizytę';
$lang['step_one_title'] = 'Wybierz Zabieg i Personel';

View file

@ -1,4 +1,4 @@
<?php
<?php defined('BASEPATH') OR exit('No direct script access allowed');
$lang['migration_none_found'] = "No migrations were found.";
$lang['migration_not_found'] = "This migration could not be found.";

View file

@ -1,4 +1,4 @@
<?php
<?php defined('BASEPATH') OR exit('No direct script access allowed');
// Portuguese BR
$lang['page_title'] = 'Agendar Horário';
$lang['step_one_title'] = 'Selecione o serviço e o atendente';

View file

@ -1,4 +1,4 @@
<?php
<?php defined('BASEPATH') OR exit('No direct script access allowed');
$lang['migration_none_found'] = "No migrations were found.";
$lang['migration_not_found'] = "This migration could not be found.";

View file

@ -1,4 +1,4 @@
<?php
<?php defined('BASEPATH') OR exit('No direct script access allowed');
// Portuguese
$lang['page_title'] = 'Livro de Apontamentos';
$lang['step_one_title'] = 'Selecione o serviço e o fornecedor';

View file

@ -1,4 +1,4 @@
<?php
<?php defined('BASEPATH') OR exit('No direct script access allowed');
$lang['migration_none_found'] = "No migrations were found.";
$lang['migration_not_found'] = "This migration could not be found.";

View file

@ -1,4 +1,4 @@
<?php
<?php defined('BASEPATH') OR exit('No direct script access allowed');
// Româna
$lang['page_title'] = 'Programeaza întâlniri cu';
$lang['step_one_title'] = 'Selecteaza Serviciul si Furnizorul';

View file

@ -1,4 +1,4 @@
<?php
<?php defined('BASEPATH') OR exit('No direct script access allowed');
$lang['migration_none_found'] = "No migrations were found.";
$lang['migration_not_found'] = "This migration could not be found.";

View file

@ -1,4 +1,4 @@
<?php
<?php defined('BASEPATH') OR exit('No direct script access allowed');
// Russian
$lang['page_title'] = 'Заказ оформлен с';
$lang['step_one_title'] = 'Выберите услугу и поставщика';

View file

@ -1,4 +1,4 @@
<?php
<?php defined('BASEPATH') OR exit('No direct script access allowed');
$lang['migration_none_found'] = "No migrations were found.";
$lang['migration_not_found'] = "This migration could not be found.";

View file

@ -1,4 +1,4 @@
<?php
<?php defined('BASEPATH') OR exit('No direct script access allowed');
// Slovak
$lang['page_title'] = 'Rezervácie';
$lang['step_one_title'] = 'Vyberte si službu a pracovníka';

View file

@ -1,4 +1,4 @@
<?php
<?php defined('BASEPATH') OR exit('No direct script access allowed');
$lang['migration_none_found'] = "No migrations were found.";
$lang['migration_not_found'] = "This migration could not be found.";

View file

@ -1,4 +1,4 @@
<?php
<?php defined('BASEPATH') OR exit('No direct script access allowed');
// Spanish
$lang['page_title'] = 'Agendar una cita con';
$lang['step_one_title'] = 'Seleccione Servicio y Proveedor';

View file

@ -1,4 +1,4 @@
<?php
<?php defined('BASEPATH') OR exit('No direct script access allowed');
$lang['migration_none_found'] = "No migrations were found.";
$lang['migration_not_found'] = "This migration could not be found.";

View file

@ -1,4 +1,4 @@
<?php
<?php defined('BASEPATH') OR exit('No direct script access allowed');
// Turkish
$lang['page_title'] = 'Randevu Alınacak Kişi';
$lang['step_one_title'] = 'Hizmet ve Hizmet Sağlayıcıyı Seçin';

View file

@ -1,7 +1,4 @@
<?php if ( ! defined('BASEPATH'))
{
exit('No direct script access allowed');
}
<?php defined('BASEPATH') OR exit('No direct script access allowed');
/* ----------------------------------------------------------------------------
* Easy!Appointments - Open Source Web Scheduler

View file

@ -1,7 +1,4 @@
<?php if ( ! defined('BASEPATH'))
{
exit('No direct script access allowed.');
}
<?php defined('BASEPATH') OR exit('No direct script access allowed');
/* ----------------------------------------------------------------------------
* Easy!Appointments - Open Source Web Scheduler

View file

@ -1,7 +1,4 @@
<?php if ( ! defined('BASEPATH'))
{
exit('No direct script access allowed');
}
<?php defined('BASEPATH') OR exit('No direct script access allowed');
/* ----------------------------------------------------------------------------
* Easy!Appointments - Open Source Web Scheduler

View file

@ -1,7 +1,4 @@
<?php if ( ! defined('BASEPATH'))
{
exit('No direct script access allowed');
}
<?php defined('BASEPATH') OR exit('No direct script access allowed');
/* ----------------------------------------------------------------------------
* Easy!Appointments - Open Source Web Scheduler

View file

@ -1,7 +1,4 @@
<?php if ( ! defined('BASEPATH'))
{
exit('No direct script access allowed.');
}
<?php defined('BASEPATH') OR exit('No direct script access allowed');
/* ----------------------------------------------------------------------------
* Easy!Appointments - Open Source Web Scheduler

View file

@ -1,7 +1,4 @@
<?php if ( ! defined('BASEPATH'))
{
exit('No direct script access allowed');
}
<?php defined('BASEPATH') OR exit('No direct script access allowed');
/* ----------------------------------------------------------------------------
* Easy!Appointments - Open Source Web Scheduler

View file

@ -1,7 +1,4 @@
<?php if ( ! defined('BASEPATH'))
{
exit('No direct script access allowed.');
}
<?php defined('BASEPATH') OR exit('No direct script access allowed');
/* ----------------------------------------------------------------------------
* Easy!Appointments - Open Source Web Scheduler

View file

@ -1,7 +1,4 @@
<?php if ( ! defined('BASEPATH'))
{
exit('No direct script access allowed.');
}
<?php defined('BASEPATH') OR exit('No direct script access allowed');
/* ----------------------------------------------------------------------------
* Easy!Appointments - Open Source Web Scheduler

View file

@ -1,7 +1,4 @@
<?php if ( ! defined('BASEPATH'))
{
exit('No direct script access allowed.');
}
<?php defined('BASEPATH') OR exit('No direct script access allowed');
/* ----------------------------------------------------------------------------
* Easy!Appointments - Open Source Web Scheduler

View file

@ -1,7 +1,4 @@
<?php if ( ! defined('BASEPATH'))
{
exit('No direct script access allowed.');
}
<?php defined('BASEPATH') OR exit('No direct script access allowed');
/* ----------------------------------------------------------------------------
* Easy!Appointments - Open Source Web Scheduler