Copyright Headers

This commit is contained in:
George Dimakopoulos 2017-06-22 18:45:23 +03:00
parent 278ea5395f
commit 4ba0400dbd
122 changed files with 3350 additions and 219 deletions

View file

@ -1,4 +1,33 @@
<?php <?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; namespace App\Controller;
use App\Controller\AppController; use App\Controller\AppController;

View file

@ -1,4 +1,33 @@
<?php <?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; namespace App\Controller;
use App\Controller\AppController; use App\Controller\AppController;

View file

@ -1,4 +1,33 @@
<?php <?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; namespace App\Controller;
use App\Controller\AppController; use App\Controller\AppController;

View file

@ -1,16 +1,32 @@
<?php <?php
/** /**
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
* *
* Licensed under The MIT License * Copyright (c) 2017 AVERWAY LTD
* For full copyright and license information, please see the LICENSE.txt *
* Redistributions of files must retain the above copyright notice. * 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; namespace App\Controller;

View file

@ -1,4 +1,33 @@
<?php <?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; namespace App\Controller\Component;
use Cake\Controller\Component; use Cake\Controller\Component;

View file

@ -1,4 +1,33 @@
<?php <?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; namespace App\Controller;
use App\Controller\AppController; use App\Controller\AppController;

View file

@ -1,4 +1,33 @@
<?php <?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; namespace App\Controller;
use App\Controller\AppController; use App\Controller\AppController;

View file

@ -1,16 +1,32 @@
<?php <?php
/** /**
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
* *
* Licensed under The MIT License * Copyright (c) 2017 AVERWAY LTD
* For full copyright and license information, please see the LICENSE.txt *
* Redistributions of files must retain the above copyright notice. * 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; namespace App\Controller;

View file

@ -1,4 +1,33 @@
<?php <?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; namespace App\Controller;
use App\Controller\AppController; use App\Controller\AppController;

View file

@ -1,4 +1,33 @@
<?php <?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; namespace App\Controller;
use App\Controller\AppController; use App\Controller\AppController;

View file

@ -1,4 +1,33 @@
<?php <?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; namespace App\Controller;
use App\Controller\AppController; use App\Controller\AppController;

View file

@ -1,4 +1,33 @@
<?php <?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; namespace App\Controller;
use App\Controller\AppController; use App\Controller\AppController;

View file

@ -1,4 +1,33 @@
<?php <?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; namespace App\Controller;
use App\Controller\AppController; use App\Controller\AppController;

View file

@ -1,4 +1,33 @@
<?php <?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; namespace App\Controller;
use App\Controller\AppController; use App\Controller\AppController;

View file

@ -1,4 +1,33 @@
<?php <?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; namespace App\Model\Entity;
use Cake\ORM\Entity; use Cake\ORM\Entity;

View file

@ -1,4 +1,33 @@
<?php <?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; namespace App\Model\Entity;
use Cake\ORM\Entity; use Cake\ORM\Entity;

View file

@ -1,4 +1,33 @@
<?php <?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; namespace App\Model\Entity;
use Cake\ORM\Entity; use Cake\ORM\Entity;

View file

@ -1,4 +1,33 @@
<?php <?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; namespace App\Model\Entity;
use Cake\ORM\Entity; use Cake\ORM\Entity;

View file

@ -1,4 +1,33 @@
<?php <?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; namespace App\Model\Entity;
use Cake\ORM\Entity; use Cake\ORM\Entity;

View file

@ -1,4 +1,33 @@
<?php <?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; namespace App\Model\Entity;
use Cake\ORM\Entity; use Cake\ORM\Entity;

View file

@ -1,4 +1,33 @@
<?php <?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; namespace App\Model\Entity;
use Cake\ORM\Entity; use Cake\ORM\Entity;

View file

@ -1,4 +1,33 @@
<?php <?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; namespace App\Model\Entity;
use Cake\ORM\Entity; use Cake\ORM\Entity;

View file

@ -1,4 +1,33 @@
<?php <?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; namespace App\Model\Entity;
use Cake\ORM\Entity; use Cake\ORM\Entity;

View file

@ -1,4 +1,33 @@
<?php <?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; namespace App\Model\Entity;
use Cake\ORM\Entity; use Cake\ORM\Entity;

View file

@ -1,4 +1,33 @@
<?php <?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; namespace App\Model\Entity;
use Cake\ORM\Entity; use Cake\ORM\Entity;

View file

@ -1,4 +1,33 @@
<?php <?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; namespace App\Model\Entity;
use Cake\ORM\Entity; use Cake\ORM\Entity;

View file

@ -1,4 +1,33 @@
<?php <?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; namespace App\Model\Entity;
use Cake\ORM\Entity; use Cake\ORM\Entity;

View file

@ -1,4 +1,33 @@
<?php <?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; namespace App\Model\Entity;
use Cake\ORM\Entity; use Cake\ORM\Entity;

View file

@ -1,4 +1,33 @@
<?php <?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; namespace App\Model\Table;
use App\Model\Entity\Account; use App\Model\Entity\Account;

View file

@ -1,4 +1,33 @@
<?php <?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; namespace App\Model\Table;
use App\Model\Entity\AliasDomain; use App\Model\Entity\AliasDomain;

View file

@ -1,4 +1,33 @@
<?php <?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; namespace App\Model\Table;
use App\Model\Entity\Alias; use App\Model\Entity\Alias;

View file

@ -1,4 +1,33 @@
<?php <?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; namespace App\Model\Table;
use App\Model\Entity\Domain; use App\Model\Entity\Domain;

View file

@ -1,4 +1,33 @@
<?php <?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; namespace App\Model\Table;
use App\Model\Entity\Mailbox; use App\Model\Entity\Mailbox;

View file

@ -1,4 +1,33 @@
<?php <?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; namespace App\Model\Table;
use App\Model\Entity\Quota2; use App\Model\Entity\Quota2;

View file

@ -1,4 +1,33 @@
<?php <?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; namespace App\Model\Table;
use App\Model\Entity\RecipientBccDomain; use App\Model\Entity\RecipientBccDomain;

View file

@ -1,4 +1,33 @@
<?php <?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; namespace App\Model\Table;
use App\Model\Entity\RecipientBccUser; use App\Model\Entity\RecipientBccUser;

View file

@ -1,4 +1,33 @@
<?php <?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; namespace App\Model\Table;
use App\Model\Entity\SenderBccDomain; use App\Model\Entity\SenderBccDomain;

View file

@ -1,4 +1,33 @@
<?php <?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; namespace App\Model\Table;
use App\Model\Entity\SenderBccUser; use App\Model\Entity\SenderBccUser;

View file

@ -1,4 +1,33 @@
<?php <?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; namespace App\Model\Table;
use App\Model\Entity\Shard; use App\Model\Entity\Shard;

View file

@ -1,16 +1,32 @@
<?php <?php
/** /**
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
* *
* Licensed under The MIT License * Copyright (c) 2017 AVERWAY LTD
* For full copyright and license information, please see the LICENSE.txt *
* Redistributions of files must retain the above copyright notice. * 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; namespace App\Shell;

View file

@ -1,4 +1,33 @@
<?php <?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->extend('../Layout/TwitterBootstrap/dashboard');
?> ?>

View file

@ -1,4 +1,33 @@
<?php <?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->extend('../Layout/TwitterBootstrap/dashboard');
?> ?>

View file

@ -1,4 +1,33 @@
<?php <?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 */ /* @var $this \Cake\View\View */
$this->extend('../Layout/TwitterBootstrap/dashboard'); $this->extend('../Layout/TwitterBootstrap/dashboard');
?> ?>

View file

@ -1,4 +1,33 @@
<?php <?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->extend('../Layout/TwitterBootstrap/dashboard');
?> ?>

View file

@ -1,4 +1,33 @@
<?php <?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->extend('../Layout/TwitterBootstrap/dashboard');
use Cake\Core\Configure; use Cake\Core\Configure;
?> ?>

View file

@ -1,4 +1,33 @@
<?php <?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->extend('../Layout/TwitterBootstrap/dashboard');
use Cake\Core\Configure; use Cake\Core\Configure;
?> ?>

View file

@ -1,4 +1,33 @@
<?php <?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->extend('../Layout/TwitterBootstrap/dashboard');
use Cake\Core\Configure; use Cake\Core\Configure;
?> ?>

View file

@ -1,4 +1,33 @@
<?php <?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 */ /* @var $this \Cake\View\View */
$this->extend('../Layout/TwitterBootstrap/dashboard'); $this->extend('../Layout/TwitterBootstrap/dashboard');
use Cake\Core\Configure; use Cake\Core\Configure;

View file

@ -1,4 +1,33 @@
<?php <?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->extend('../Layout/TwitterBootstrap/dashboard');
use Cake\Core\Configure; use Cake\Core\Configure;
?> ?>

View file

@ -1,4 +1,33 @@
<?php <?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->extend('../Layout/TwitterBootstrap/dashboard');
use Cake\Core\Configure; use Cake\Core\Configure;
?> ?>

View file

@ -1,4 +1,33 @@
<?php <?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 */ /* @var $this \Cake\View\View */
$this->extend('../Layout/TwitterBootstrap/dashboard'); $this->extend('../Layout/TwitterBootstrap/dashboard');
use Cake\Core\Configure; use Cake\Core\Configure;

Binary file not shown.

View file

@ -1,4 +1,33 @@
<?php <?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->extend('../Layout/TwitterBootstrap/dashboard');
use Cake\Core\Configure; use Cake\Core\Configure;
?> ?>

View file

@ -1,4 +1,33 @@
<?php <?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; use Cake\Core\Configure;
$this->extend('../Layout/TwitterBootstrap/dashboard'); $this->extend('../Layout/TwitterBootstrap/dashboard');

View file

@ -1,4 +1,33 @@
<?php <?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->extend('../Layout/TwitterBootstrap/dashboard');
use Cake\Core\Configure; use Cake\Core\Configure;
?> ?>

View file

@ -1,4 +1,33 @@
<?php <?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->extend('../Layout/TwitterBootstrap/dashboard');
$this->loadHelper('Custom'); $this->loadHelper('Custom');
use Cake\Core\Configure; use Cake\Core\Configure;

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -1,16 +1,32 @@
<?php <?php
/** /**
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
* *
* Licensed under The MIT License * Copyright (c) 2017 AVERWAY LTD
* For full copyright and license information, please see the LICENSE.txt *
* Redistributions of files must retain the above copyright notice. * 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 <?php

View file

@ -1,16 +1,32 @@
<?php <?php
/** /**
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
* *
* Licensed under The MIT License * Copyright (c) 2017 AVERWAY LTD
* For full copyright and license information, please see the LICENSE.txt *
* Redistributions of files must retain the above copyright notice. * 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 ?> <?= $content ?>

View file

@ -1,16 +1,32 @@
<?php <?php
/** /**
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
* *
* Licensed under The MIT License * Copyright (c) 2017 AVERWAY LTD
* For full copyright and license information, please see the LICENSE.txt *
* Redistributions of files must retain the above copyright notice. * 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"> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">

View file

@ -1,16 +1,32 @@
<?php <?php
/** /**
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
* *
* Licensed under The MIT License * Copyright (c) 2017 AVERWAY LTD
* For full copyright and license information, please see the LICENSE.txt *
* Redistributions of files must retain the above copyright notice. * 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') ?> <?= $this->fetch('content') ?>

View file

@ -1,4 +1,33 @@
<?php <?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 */ /* @var $this \Cake\View\View */
use Cake\Core\Configure; use Cake\Core\Configure;

View file

@ -1,4 +1,33 @@
<?php <?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 */ /* @var $this \Cake\View\View */
use Cake\Core\Configure; use Cake\Core\Configure;

View file

@ -1,4 +1,33 @@
<?php <?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 */ /* @var $this \Cake\View\View */
$this->Html->css('BootstrapUI.signin', ['block' => true]); $this->Html->css('BootstrapUI.signin', ['block' => true]);
$this->prepend('tb_body_attrs', ' class="' . implode(' ', [$this->request->controller, $this->request->action]) . '" '); $this->prepend('tb_body_attrs', ' class="' . implode(' ', [$this->request->controller, $this->request->action]) . '" ');

View file

@ -1,16 +1,32 @@
<?php <?php
/** /**
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
* *
* Licensed under The MIT License * Copyright (c) 2017 AVERWAY LTD
* For full copyright and license information, please see the LICENSE.txt *
* Redistributions of files must retain the above copyright notice. * 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') ?> <?= $this->fetch('content') ?>

View file

@ -1,5 +1,33 @@
<?php <?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; use Cake\Core\Configure;
/** /**

View file

@ -1,5 +1,33 @@
<?php <?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; use Cake\Core\Configure;
/** /**

View file

@ -1,18 +1,33 @@
<?php <?php
/** /**
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
* *
* Licensed under The MIT License * Copyright (c) 2017 AVERWAY LTD
* For full copyright and license information, please see the LICENSE.txt *
* Redistributions of files must retain the above copyright notice. * 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'; $cakeDescription = 'CakePHP: the rapid development php framework';
?> ?>
<!DOCTYPE html> <!DOCTYPE html>

View file

@ -1,4 +1,33 @@
<?php <?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)): if (!isset($channel)):
$channel = []; $channel = [];
endif; endif;

View file

@ -1,4 +1,33 @@
<?php <?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->extend('../Layout/TwitterBootstrap/dashboard');
use Cake\Core\Configure; use Cake\Core\Configure;
?> ?>

View file

@ -1,4 +1,33 @@
<?php <?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; use Cake\Core\Configure;
$this->extend('../Layout/TwitterBootstrap/dashboard'); $this->extend('../Layout/TwitterBootstrap/dashboard');
$this->loadHelper('Custom'); $this->loadHelper('Custom');

View file

@ -1,4 +1,33 @@
<?php <?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 */ /* @var $this \Cake\View\View */
$this->extend('../Layout/TwitterBootstrap/dashboard'); $this->extend('../Layout/TwitterBootstrap/dashboard');
$this->loadHelper('Custom'); $this->loadHelper('Custom');

View file

@ -1,4 +1,33 @@
<?php <?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; use Cake\Core\Configure;
$this->extend('../Layout/TwitterBootstrap/dashboard'); $this->extend('../Layout/TwitterBootstrap/dashboard');
$this->loadHelper('Custom'); $this->loadHelper('Custom');

View file

@ -1,4 +1,33 @@
<?php <?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->extend('../Layout/TwitterBootstrap/dashboard');
$this->loadHelper('Custom'); $this->loadHelper('Custom');
?> ?>

View file

@ -1,16 +1,32 @@
<?php <?php
/** /**
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
* *
* Licensed under The MIT License * Copyright (c) 2017 AVERWAY LTD
* For full copyright and license information, please see the LICENSE.txt *
* Redistributions of files must retain the above copyright notice. * 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\Cache\Cache;
use Cake\Core\Configure; use Cake\Core\Configure;

View file

@ -1,14 +1,33 @@
<?php <?php
/** /**
* Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
* *
* Licensed under The MIT License * Copyright (c) 2017 AVERWAY LTD
* Redistributions of files must retain the above copyright notice. *
* 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 = [ $activationUrl = [
'_full' => true, '_full' => true,
'plugin' => 'CakeDC/Users', 'plugin' => 'CakeDC/Users',

View file

@ -1,12 +1,32 @@
<?php <?php
/** /**
* Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
* *
* Licensed under The MIT License * Copyright (c) 2017 AVERWAY LTD
* Redistributions of files must retain the above copyright notice. *
* 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)
*/ */
?> ?>

View file

@ -1,14 +1,33 @@
<?php <?php
/** /**
* Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
* *
* Licensed under The MIT License * Copyright (c) 2017 AVERWAY LTD
* Redistributions of files must retain the above copyright notice. *
* 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 = [ $activationUrl = [
'_full' => true, '_full' => true,
'plugin' => 'CakeDC/Users', 'plugin' => 'CakeDC/Users',

View file

@ -1,14 +1,33 @@
<?php <?php
/** /**
* Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
* *
* Licensed under The MIT License * Copyright (c) 2017 AVERWAY LTD
* Redistributions of files must retain the above copyright notice. *
* 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 = [ $activationUrl = [
'_full' => true, '_full' => true,
'plugin' => 'CakeDC/Users', 'plugin' => 'CakeDC/Users',

View file

@ -1,14 +1,33 @@
<?php <?php
/** /**
* Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
* *
* Licensed under The MIT License * Copyright (c) 2017 AVERWAY LTD
* Redistributions of files must retain the above copyright notice. *
* 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 = [ $activationUrl = [
'_full' => true, '_full' => true,
'plugin' => 'CakeDC/Users', 'plugin' => 'CakeDC/Users',

View file

@ -1,14 +1,33 @@
<?php <?php
/** /**
* Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
* *
* Licensed under The MIT License * Copyright (c) 2017 AVERWAY LTD
* Redistributions of files must retain the above copyright notice. *
* 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 = [ $activationUrl = [
'_full' => true, '_full' => true,
'plugin' => 'CakeDC/Users', 'plugin' => 'CakeDC/Users',

View file

@ -1,12 +1,32 @@
<?php <?php
/** /**
* Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
* *
* Licensed under The MIT License * Copyright (c) 2017 AVERWAY LTD
* Redistributions of files must retain the above copyright notice. *
* 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'); $this->extend('Layout/TwitterBootstrap/dashboard');
?> ?>

View file

@ -1,4 +1,33 @@
<?php <?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; use Cake\Core\Configure;
if($this->request->Session()->read('Auth.User')){ if($this->request->Session()->read('Auth.User')){

View file

@ -1,12 +1,32 @@
<?php <?php
/** /**
* Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
* *
* Licensed under The MIT License * Copyright (c) 2017 AVERWAY LTD
* Redistributions of files must retain the above copyright notice. *
* 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'); $this->extend('Layout/TwitterBootstrap/dashboard');
?> ?>

View file

@ -1,12 +1,32 @@
<?php <?php
/** /**
* Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
* *
* Licensed under The MIT License * Copyright (c) 2017 AVERWAY LTD
* Redistributions of files must retain the above copyright notice. *
* 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'); $this->extend('Layout/TwitterBootstrap/dashboard');
?> ?>

View file

@ -1,4 +1,33 @@
<?php <?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 */ /* @var $this \Cake\View\View */
use Cake\Core\Configure; use Cake\Core\Configure;
$this->layout = 'default'; $this->layout = 'default';

View file

@ -1,12 +1,32 @@
<?php <?php
/** /**
* Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
* *
* Licensed under The MIT License * Copyright (c) 2017 AVERWAY LTD
* Redistributions of files must retain the above copyright notice. *
* 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'); $this->extend('Layout/TwitterBootstrap/dashboard');
?> ?>

View file

@ -1,12 +1,32 @@
<?php <?php
/** /**
* Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
* *
* Licensed under The MIT License * Copyright (c) 2017 AVERWAY LTD
* Redistributions of files must retain the above copyright notice. *
* 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; use Cake\Core\Configure;
$this->layout = 'default'; $this->layout = 'default';

View file

@ -1,4 +1,33 @@
<?php <?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; use Cake\Core\Configure;
$this->layout = 'default'; $this->layout = 'default';
$this->Flash->render('auth'); $this->Flash->render('auth');

View file

@ -1,12 +1,32 @@
<?php <?php
/** /**
* Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
* *
* Licensed under The MIT License * Copyright (c) 2017 AVERWAY LTD
* Redistributions of files must retain the above copyright notice. *
* 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"> <div class="users form large-10 medium-9 columns">

View file

@ -1,12 +1,32 @@
<?php <?php
/** /**
* Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
* *
* Licensed under The MIT License * Copyright (c) 2017 AVERWAY LTD
* Redistributions of files must retain the above copyright notice. *
* 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"> <div class="users form">

View file

@ -1,12 +1,32 @@
<?php <?php
/** /**
* Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
* *
* Licensed under The MIT License * Copyright (c) 2017 AVERWAY LTD
* Redistributions of files must retain the above copyright notice. *
* 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'); $this->extend('Layout/TwitterBootstrap/dashboard');
?> ?>

View file

@ -1,4 +1,33 @@
<?php <?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->extend('../Layout/TwitterBootstrap/dashboard');
$this->start('tb_actions'); $this->start('tb_actions');

View file

@ -1,4 +1,33 @@
<?php <?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->extend('../Layout/TwitterBootstrap/dashboard');
$this->start('tb_actions'); $this->start('tb_actions');

View file

@ -1,4 +1,33 @@
<?php <?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 */ /* @var $this \Cake\View\View */
$this->extend('../Layout/TwitterBootstrap/dashboard'); $this->extend('../Layout/TwitterBootstrap/dashboard');
$this->start('tb_actions'); $this->start('tb_actions');

View file

@ -1,4 +1,33 @@
<?php <?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->extend('../Layout/TwitterBootstrap/dashboard');

View file

@ -1,4 +1,33 @@
<?php <?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->extend('../Layout/TwitterBootstrap/dashboard');
$this->start('tb_actions'); $this->start('tb_actions');

View file

@ -1,4 +1,33 @@
<?php <?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->extend('../Layout/TwitterBootstrap/dashboard');
$this->start('tb_actions'); $this->start('tb_actions');

Some files were not shown because too many files have changed in this diff Show more