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;
@ -170,4 +199,4 @@ class AliasController extends AppController
return $this->redirect(['controller' =>'mailbox', 'action' => 'index']); return $this->redirect(['controller' =>'mailbox', 'action' => 'index']);
} }
} }
} }

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;
@ -221,4 +250,4 @@ class DomainController extends AppController
return $this->redirect(['controller' =>'Shards', 'action' => 'selector']); return $this->redirect(['controller' =>'Shards', 'action' => 'selector']);
} }
} }
?> ?>

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');
?> ?>
@ -46,4 +75,4 @@ $this->extend('../Layout/TwitterBootstrap/dashboard');
</div> </div>
</div> </div>
</div> </div>

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');
?> ?>
@ -41,4 +70,4 @@ $this->extend('../Layout/TwitterBootstrap/dashboard');
</ul> </ul>
<p><?= $this->Paginator->counter(['format' => 'range']) ?></p> <p><?= $this->Paginator->counter(['format' => 'range']) ?></p>
</div> </div>
<?= $this->element('create') ?> <?= $this->element('create') ?>

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;
?> ?>
@ -47,4 +76,4 @@ use Cake\Core\Configure;
<?= $this->Form->end() ?> <?= $this->Form->end() ?>
</div> </div>
</div> </div>
</div> </div>

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;
?> ?>
@ -58,4 +87,4 @@ use Cake\Core\Configure;
<?= $this->Form->end() ?> <?= $this->Form->end() ?>
</div> </div>
</div> </div>
</div> </div>

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;
@ -39,4 +68,4 @@
</ul> </ul>
<p><?= $this->Paginator->counter(['format' => 'range']) ?></p> <p><?= $this->Paginator->counter(['format' => 'range']) ?></p>
</div> </div>
<?= $this->element('create') ?> <?= $this->element('create') ?>

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;
?> ?>
@ -37,4 +66,4 @@ use Cake\Core\Configure;
<?= $this->Form->end() ?> <?= $this->Form->end() ?>
</div> </div>
</div> </div>
</div> </div>

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;
@ -43,4 +72,4 @@
</ul> </ul>
<p><?= $this->Paginator->counter(['format' => 'range']) ?></p> <p><?= $this->Paginator->counter(['format' => 'range']) ?></p>
</div> </div>
<?= $this->element('create') ?> <?= $this->element('create') ?>

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;
?> ?>
@ -78,4 +107,4 @@ use Cake\Core\Configure;
</div> </div>
</div> </div>
</div> </div>

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');
@ -88,4 +117,4 @@ $userscount = sizeof($dataChart3['labels'])+1;
");?> ");?>
</div> </div>
</div> </div>

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;
?> ?>
@ -80,4 +109,4 @@ use Cake\Core\Configure;
</div> </div>
</div> </div>
</div> </div>

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;
?> ?>
@ -67,4 +96,4 @@
<?= $this->Form->end() ?> <?= $this->Form->end() ?>
</div> </div>
</div> </div>
</div> </div>

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');
@ -60,4 +89,4 @@
</ul> </ul>
<p><?= $this->Paginator->counter(['format' => 'range']) ?></p> <p><?= $this->Paginator->counter(['format' => 'range']) ?></p>
</div> </div>
<?= $this->element('create') ?> <?= $this->element('create') ?>

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');
@ -39,4 +68,4 @@
<?= $this->Form->end() ?> <?= $this->Form->end() ?>
</div> </div>
</div> </div>
</div> </div>

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');
?> ?>
@ -73,4 +93,4 @@ $this->extend('Layout/TwitterBootstrap/dashboard');
</div> </div>
</div> </div>
</div> </div>
<?php $this->Html->scriptBlock('$(\'#datetimepicker1,#datetimepicker2,#datetimepicker3\').datetimepicker({format: \'DD/MM/YY HH:mm\'});', ['block' => true]); ?> <?php $this->Html->scriptBlock('$(\'#datetimepicker1,#datetimepicker2,#datetimepicker3\').datetimepicker({format: \'DD/MM/YY HH:mm\'});', ['block' => true]); ?>

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')){
@ -54,4 +83,4 @@ $this->Flash->render('auth');
</div> </div>
</div> </div>
</div> </div>

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');
?> ?>
@ -95,4 +115,4 @@ $this->extend('Layout/TwitterBootstrap/dashboard');
</div> </div>
</div> </div>
</div> </div>
<?php $this->Html->scriptBlock('$(\'#datetimepicker1,#datetimepicker2,#datetimepicker3\').datetimepicker({format: \'DD/MM/YY HH:mm\'});', ['block' => true]); ?> <?php $this->Html->scriptBlock('$(\'#datetimepicker1,#datetimepicker2,#datetimepicker3\').datetimepicker({format: \'DD/MM/YY HH:mm\'});', ['block' => true]); ?>

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');
?> ?>
@ -57,4 +77,4 @@ $this->extend('Layout/TwitterBootstrap/dashboard');
</ul> </ul>
<p><?= $this->Paginator->counter(['format' => 'range']) ?></p> <p><?= $this->Paginator->counter(['format' => 'range']) ?></p>
</div> </div>
<?= $this->element('create') ?> <?= $this->element('create') ?>

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';
@ -80,4 +100,4 @@ $this->layout = 'default';
<?= $this->Form->end() ?> <?= $this->Form->end() ?>
</div> </div>
</div> </div>
</div> </div>

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');
@ -35,4 +64,4 @@ $this->Flash->render('auth');
</div> </div>
</div> </div>
</div> </div>

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');
@ -38,4 +67,4 @@ $this->start('tb_actions');
<?= $this->Paginator->next(__('next') . ' >') ?> <?= $this->Paginator->next(__('next') . ' >') ?>
</ul> </ul>
<p><?= $this->Paginator->counter() ?></p> <p><?= $this->Paginator->counter() ?></p>
</div> </div>

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