Copyright Headers
This commit is contained in:
parent
278ea5395f
commit
4ba0400dbd
122 changed files with 3350 additions and 219 deletions
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Controller;
|
||||
|
||||
use App\Controller\AppController;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Controller;
|
||||
|
||||
use App\Controller\AppController;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Controller;
|
||||
|
||||
use App\Controller\AppController;
|
||||
|
|
|
@ -1,16 +1,32 @@
|
|||
<?php
|
||||
/**
|
||||
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
|
||||
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* For full copyright and license information, please see the LICENSE.txt
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @since 0.2.9
|
||||
* @license http://www.opensource.org/licenses/mit-license.php MIT License
|
||||
*/
|
||||
namespace App\Controller;
|
||||
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Controller\Component;
|
||||
|
||||
use Cake\Controller\Component;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Controller;
|
||||
|
||||
use App\Controller\AppController;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Controller;
|
||||
|
||||
use App\Controller\AppController;
|
||||
|
|
|
@ -1,16 +1,32 @@
|
|||
<?php
|
||||
/**
|
||||
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
|
||||
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* For full copyright and license information, please see the LICENSE.txt
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @since 0.2.9
|
||||
* @license http://www.opensource.org/licenses/mit-license.php MIT License
|
||||
*/
|
||||
namespace App\Controller;
|
||||
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Controller;
|
||||
|
||||
use App\Controller\AppController;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Controller;
|
||||
|
||||
use App\Controller\AppController;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Controller;
|
||||
|
||||
use App\Controller\AppController;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Controller;
|
||||
|
||||
use App\Controller\AppController;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Controller;
|
||||
|
||||
use App\Controller\AppController;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Controller;
|
||||
|
||||
use App\Controller\AppController;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Entity;
|
||||
|
||||
use Cake\ORM\Entity;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Entity;
|
||||
|
||||
use Cake\ORM\Entity;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Entity;
|
||||
|
||||
use Cake\ORM\Entity;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Entity;
|
||||
|
||||
use Cake\ORM\Entity;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Entity;
|
||||
|
||||
use Cake\ORM\Entity;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Entity;
|
||||
|
||||
use Cake\ORM\Entity;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Entity;
|
||||
|
||||
use Cake\ORM\Entity;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Entity;
|
||||
|
||||
use Cake\ORM\Entity;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Entity;
|
||||
|
||||
use Cake\ORM\Entity;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Entity;
|
||||
|
||||
use Cake\ORM\Entity;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Entity;
|
||||
|
||||
use Cake\ORM\Entity;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Entity;
|
||||
|
||||
use Cake\ORM\Entity;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Entity;
|
||||
|
||||
use Cake\ORM\Entity;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Entity;
|
||||
|
||||
use Cake\ORM\Entity;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Table;
|
||||
|
||||
use App\Model\Entity\Account;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Table;
|
||||
|
||||
use App\Model\Entity\AliasDomain;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Table;
|
||||
|
||||
use App\Model\Entity\Alias;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Table;
|
||||
|
||||
use App\Model\Entity\Domain;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Table;
|
||||
|
||||
use App\Model\Entity\Mailbox;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Table;
|
||||
|
||||
use App\Model\Entity\Quota2;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Table;
|
||||
|
||||
use App\Model\Entity\RecipientBccDomain;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Table;
|
||||
|
||||
use App\Model\Entity\RecipientBccUser;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Table;
|
||||
|
||||
use App\Model\Entity\SenderBccDomain;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Table;
|
||||
|
||||
use App\Model\Entity\SenderBccUser;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Table;
|
||||
|
||||
use App\Model\Entity\Shard;
|
||||
|
|
|
@ -1,16 +1,32 @@
|
|||
<?php
|
||||
/**
|
||||
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
|
||||
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* For full copyright and license information, please see the LICENSE.txt
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @since 3.0.0
|
||||
* @license http://www.opensource.org/licenses/mit-license.php MIT License
|
||||
*/
|
||||
namespace App\Shell;
|
||||
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
?>
|
||||
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
?>
|
||||
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
/* @var $this \Cake\View\View */
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
?>
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
?>
|
||||
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
use Cake\Core\Configure;
|
||||
?>
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
use Cake\Core\Configure;
|
||||
?>
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
use Cake\Core\Configure;
|
||||
?>
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
/* @var $this \Cake\View\View */
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
use Cake\Core\Configure;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
use Cake\Core\Configure;
|
||||
?>
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
use Cake\Core\Configure;
|
||||
?>
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
/* @var $this \Cake\View\View */
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
use Cake\Core\Configure;
|
||||
|
|
Binary file not shown.
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
use Cake\Core\Configure;
|
||||
?>
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
use Cake\Core\Configure;
|
||||
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
use Cake\Core\Configure;
|
||||
?>
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
$this->loadHelper('Custom');
|
||||
use Cake\Core\Configure;
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,16 +1,32 @@
|
|||
<?php
|
||||
/**
|
||||
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
|
||||
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* For full copyright and license information, please see the LICENSE.txt
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @since 0.10.0
|
||||
* @license http://www.opensource.org/licenses/mit-license.php MIT License
|
||||
*/
|
||||
?>
|
||||
<?php
|
||||
|
|
|
@ -1,16 +1,32 @@
|
|||
<?php
|
||||
/**
|
||||
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
|
||||
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* For full copyright and license information, please see the LICENSE.txt
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @since 0.10.0
|
||||
* @license http://www.opensource.org/licenses/mit-license.php MIT License
|
||||
*/
|
||||
?>
|
||||
<?= $content ?>
|
||||
|
|
|
@ -1,16 +1,32 @@
|
|||
<?php
|
||||
/**
|
||||
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
|
||||
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* For full copyright and license information, please see the LICENSE.txt
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @since 0.10.0
|
||||
* @license http://www.opensource.org/licenses/mit-license.php MIT License
|
||||
*/
|
||||
?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
||||
|
|
|
@ -1,16 +1,32 @@
|
|||
<?php
|
||||
/**
|
||||
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
|
||||
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* For full copyright and license information, please see the LICENSE.txt
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @since 0.10.0
|
||||
* @license http://www.opensource.org/licenses/mit-license.php MIT License
|
||||
*/
|
||||
?>
|
||||
<?= $this->fetch('content') ?>
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
/* @var $this \Cake\View\View */
|
||||
use Cake\Core\Configure;
|
||||
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
/* @var $this \Cake\View\View */
|
||||
use Cake\Core\Configure;
|
||||
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
/* @var $this \Cake\View\View */
|
||||
$this->Html->css('BootstrapUI.signin', ['block' => true]);
|
||||
$this->prepend('tb_body_attrs', ' class="' . implode(' ', [$this->request->controller, $this->request->action]) . '" ');
|
||||
|
|
|
@ -1,16 +1,32 @@
|
|||
<?php
|
||||
/**
|
||||
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
|
||||
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* For full copyright and license information, please see the LICENSE.txt
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @since 0.10.0
|
||||
* @license http://www.opensource.org/licenses/mit-license.php MIT License
|
||||
*/
|
||||
?>
|
||||
<?= $this->fetch('content') ?>
|
||||
|
|
|
@ -1,5 +1,33 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
use Cake\Core\Configure;
|
||||
|
||||
/**
|
||||
|
|
|
@ -1,5 +1,33 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
use Cake\Core\Configure;
|
||||
|
||||
/**
|
||||
|
|
|
@ -1,18 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
|
||||
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* For full copyright and license information, please see the LICENSE.txt
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @since 0.10.0
|
||||
* @license http://www.opensource.org/licenses/mit-license.php MIT License
|
||||
*/
|
||||
|
||||
$cakeDescription = 'CakePHP: the rapid development php framework';
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
if (!isset($channel)):
|
||||
$channel = [];
|
||||
endif;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
use Cake\Core\Configure;
|
||||
?>
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
use Cake\Core\Configure;
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
$this->loadHelper('Custom');
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
/* @var $this \Cake\View\View */
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
$this->loadHelper('Custom');
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
use Cake\Core\Configure;
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
$this->loadHelper('Custom');
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
$this->loadHelper('Custom');
|
||||
?>
|
||||
|
|
|
@ -1,16 +1,32 @@
|
|||
<?php
|
||||
/**
|
||||
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
|
||||
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* For full copyright and license information, please see the LICENSE.txt
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @since 0.10.0
|
||||
* @license http://www.opensource.org/licenses/mit-license.php MIT License
|
||||
*/
|
||||
use Cake\Cache\Cache;
|
||||
use Cake\Core\Configure;
|
||||
|
|
|
@ -1,14 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
* Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
||||
$activationUrl = [
|
||||
'_full' => true,
|
||||
'plugin' => 'CakeDC/Users',
|
||||
|
|
|
@ -1,12 +1,32 @@
|
|||
<?php
|
||||
/**
|
||||
* Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
?>
|
||||
|
||||
|
|
|
@ -1,14 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
* Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
||||
$activationUrl = [
|
||||
'_full' => true,
|
||||
'plugin' => 'CakeDC/Users',
|
||||
|
|
|
@ -1,14 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
* Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
||||
$activationUrl = [
|
||||
'_full' => true,
|
||||
'plugin' => 'CakeDC/Users',
|
||||
|
|
|
@ -1,14 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
* Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
||||
$activationUrl = [
|
||||
'_full' => true,
|
||||
'plugin' => 'CakeDC/Users',
|
||||
|
|
|
@ -1,14 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
* Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
||||
$activationUrl = [
|
||||
'_full' => true,
|
||||
'plugin' => 'CakeDC/Users',
|
||||
|
|
|
@ -1,12 +1,32 @@
|
|||
<?php
|
||||
/**
|
||||
* Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
$this->extend('Layout/TwitterBootstrap/dashboard');
|
||||
?>
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
use Cake\Core\Configure;
|
||||
|
||||
if($this->request->Session()->read('Auth.User')){
|
||||
|
|
|
@ -1,12 +1,32 @@
|
|||
<?php
|
||||
/**
|
||||
* Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
$this->extend('Layout/TwitterBootstrap/dashboard');
|
||||
?>
|
||||
|
|
|
@ -1,12 +1,32 @@
|
|||
<?php
|
||||
/**
|
||||
* Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
$this->extend('Layout/TwitterBootstrap/dashboard');
|
||||
?>
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
/* @var $this \Cake\View\View */
|
||||
use Cake\Core\Configure;
|
||||
$this->layout = 'default';
|
||||
|
|
|
@ -1,12 +1,32 @@
|
|||
<?php
|
||||
/**
|
||||
* Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
$this->extend('Layout/TwitterBootstrap/dashboard');
|
||||
?>
|
||||
|
|
|
@ -1,12 +1,32 @@
|
|||
<?php
|
||||
/**
|
||||
* Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
use Cake\Core\Configure;
|
||||
$this->layout = 'default';
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
use Cake\Core\Configure;
|
||||
$this->layout = 'default';
|
||||
$this->Flash->render('auth');
|
||||
|
|
|
@ -1,12 +1,32 @@
|
|||
<?php
|
||||
/**
|
||||
* Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
?>
|
||||
<div class="users form large-10 medium-9 columns">
|
||||
|
|
|
@ -1,12 +1,32 @@
|
|||
<?php
|
||||
/**
|
||||
* Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
?>
|
||||
<div class="users form">
|
||||
|
|
|
@ -1,12 +1,32 @@
|
|||
<?php
|
||||
/**
|
||||
* Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
$this->extend('Layout/TwitterBootstrap/dashboard');
|
||||
?>
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
|
||||
$this->start('tb_actions');
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
|
||||
$this->start('tb_actions');
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
/* @var $this \Cake\View\View */
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
$this->start('tb_actions');
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
|
||||
$this->start('tb_actions');
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
|
||||
$this->start('tb_actions');
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue