Copyright Headers
This commit is contained in:
parent
278ea5395f
commit
4ba0400dbd
122 changed files with 3350 additions and 219 deletions
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Controller;
|
||||
|
||||
use App\Controller\AppController;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Controller;
|
||||
|
||||
use App\Controller\AppController;
|
||||
|
@ -170,4 +199,4 @@ class AliasController extends AppController
|
|||
return $this->redirect(['controller' =>'mailbox', 'action' => 'index']);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Controller;
|
||||
|
||||
use App\Controller\AppController;
|
||||
|
|
|
@ -1,16 +1,32 @@
|
|||
<?php
|
||||
/**
|
||||
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
|
||||
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* For full copyright and license information, please see the LICENSE.txt
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @since 0.2.9
|
||||
* @license http://www.opensource.org/licenses/mit-license.php MIT License
|
||||
*/
|
||||
namespace App\Controller;
|
||||
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Controller\Component;
|
||||
|
||||
use Cake\Controller\Component;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Controller;
|
||||
|
||||
use App\Controller\AppController;
|
||||
|
@ -221,4 +250,4 @@ class DomainController extends AppController
|
|||
return $this->redirect(['controller' =>'Shards', 'action' => 'selector']);
|
||||
}
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Controller;
|
||||
|
||||
use App\Controller\AppController;
|
||||
|
|
|
@ -1,16 +1,32 @@
|
|||
<?php
|
||||
/**
|
||||
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
|
||||
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* For full copyright and license information, please see the LICENSE.txt
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @since 0.2.9
|
||||
* @license http://www.opensource.org/licenses/mit-license.php MIT License
|
||||
*/
|
||||
namespace App\Controller;
|
||||
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Controller;
|
||||
|
||||
use App\Controller\AppController;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Controller;
|
||||
|
||||
use App\Controller\AppController;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Controller;
|
||||
|
||||
use App\Controller\AppController;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Controller;
|
||||
|
||||
use App\Controller\AppController;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Controller;
|
||||
|
||||
use App\Controller\AppController;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Controller;
|
||||
|
||||
use App\Controller\AppController;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Entity;
|
||||
|
||||
use Cake\ORM\Entity;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Entity;
|
||||
|
||||
use Cake\ORM\Entity;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Entity;
|
||||
|
||||
use Cake\ORM\Entity;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Entity;
|
||||
|
||||
use Cake\ORM\Entity;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Entity;
|
||||
|
||||
use Cake\ORM\Entity;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Entity;
|
||||
|
||||
use Cake\ORM\Entity;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Entity;
|
||||
|
||||
use Cake\ORM\Entity;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Entity;
|
||||
|
||||
use Cake\ORM\Entity;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Entity;
|
||||
|
||||
use Cake\ORM\Entity;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Entity;
|
||||
|
||||
use Cake\ORM\Entity;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Entity;
|
||||
|
||||
use Cake\ORM\Entity;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Entity;
|
||||
|
||||
use Cake\ORM\Entity;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Entity;
|
||||
|
||||
use Cake\ORM\Entity;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Entity;
|
||||
|
||||
use Cake\ORM\Entity;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Table;
|
||||
|
||||
use App\Model\Entity\Account;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Table;
|
||||
|
||||
use App\Model\Entity\AliasDomain;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Table;
|
||||
|
||||
use App\Model\Entity\Alias;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Table;
|
||||
|
||||
use App\Model\Entity\Domain;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Table;
|
||||
|
||||
use App\Model\Entity\Mailbox;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Table;
|
||||
|
||||
use App\Model\Entity\Quota2;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Table;
|
||||
|
||||
use App\Model\Entity\RecipientBccDomain;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Table;
|
||||
|
||||
use App\Model\Entity\RecipientBccUser;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Table;
|
||||
|
||||
use App\Model\Entity\SenderBccDomain;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Table;
|
||||
|
||||
use App\Model\Entity\SenderBccUser;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
namespace App\Model\Table;
|
||||
|
||||
use App\Model\Entity\Shard;
|
||||
|
|
|
@ -1,16 +1,32 @@
|
|||
<?php
|
||||
/**
|
||||
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
|
||||
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* For full copyright and license information, please see the LICENSE.txt
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @since 3.0.0
|
||||
* @license http://www.opensource.org/licenses/mit-license.php MIT License
|
||||
*/
|
||||
namespace App\Shell;
|
||||
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
?>
|
||||
|
||||
|
@ -46,4 +75,4 @@ $this->extend('../Layout/TwitterBootstrap/dashboard');
|
|||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
?>
|
||||
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
/* @var $this \Cake\View\View */
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
?>
|
||||
|
@ -41,4 +70,4 @@ $this->extend('../Layout/TwitterBootstrap/dashboard');
|
|||
</ul>
|
||||
<p><?= $this->Paginator->counter(['format' => 'range']) ?></p>
|
||||
</div>
|
||||
<?= $this->element('create') ?>
|
||||
<?= $this->element('create') ?>
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
?>
|
||||
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
use Cake\Core\Configure;
|
||||
?>
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
use Cake\Core\Configure;
|
||||
?>
|
||||
|
@ -47,4 +76,4 @@ use Cake\Core\Configure;
|
|||
<?= $this->Form->end() ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
use Cake\Core\Configure;
|
||||
?>
|
||||
|
@ -58,4 +87,4 @@ use Cake\Core\Configure;
|
|||
<?= $this->Form->end() ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
/* @var $this \Cake\View\View */
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
use Cake\Core\Configure;
|
||||
|
@ -39,4 +68,4 @@
|
|||
</ul>
|
||||
<p><?= $this->Paginator->counter(['format' => 'range']) ?></p>
|
||||
</div>
|
||||
<?= $this->element('create') ?>
|
||||
<?= $this->element('create') ?>
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
use Cake\Core\Configure;
|
||||
?>
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
use Cake\Core\Configure;
|
||||
?>
|
||||
|
@ -37,4 +66,4 @@ use Cake\Core\Configure;
|
|||
<?= $this->Form->end() ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
/* @var $this \Cake\View\View */
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
use Cake\Core\Configure;
|
||||
|
@ -43,4 +72,4 @@
|
|||
</ul>
|
||||
<p><?= $this->Paginator->counter(['format' => 'range']) ?></p>
|
||||
</div>
|
||||
<?= $this->element('create') ?>
|
||||
<?= $this->element('create') ?>
|
||||
|
|
Binary file not shown.
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
use Cake\Core\Configure;
|
||||
?>
|
||||
|
@ -78,4 +107,4 @@ use Cake\Core\Configure;
|
|||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
use Cake\Core\Configure;
|
||||
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
|
@ -88,4 +117,4 @@ $userscount = sizeof($dataChart3['labels'])+1;
|
|||
|
||||
");?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
use Cake\Core\Configure;
|
||||
?>
|
||||
|
@ -80,4 +109,4 @@ use Cake\Core\Configure;
|
|||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
$this->loadHelper('Custom');
|
||||
use Cake\Core\Configure;
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,16 +1,32 @@
|
|||
<?php
|
||||
/**
|
||||
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
|
||||
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* For full copyright and license information, please see the LICENSE.txt
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @since 0.10.0
|
||||
* @license http://www.opensource.org/licenses/mit-license.php MIT License
|
||||
*/
|
||||
?>
|
||||
<?php
|
||||
|
|
|
@ -1,16 +1,32 @@
|
|||
<?php
|
||||
/**
|
||||
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
|
||||
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* For full copyright and license information, please see the LICENSE.txt
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @since 0.10.0
|
||||
* @license http://www.opensource.org/licenses/mit-license.php MIT License
|
||||
*/
|
||||
?>
|
||||
<?= $content ?>
|
||||
|
|
|
@ -1,16 +1,32 @@
|
|||
<?php
|
||||
/**
|
||||
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
|
||||
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* For full copyright and license information, please see the LICENSE.txt
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @since 0.10.0
|
||||
* @license http://www.opensource.org/licenses/mit-license.php MIT License
|
||||
*/
|
||||
?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
||||
|
|
|
@ -1,16 +1,32 @@
|
|||
<?php
|
||||
/**
|
||||
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
|
||||
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* For full copyright and license information, please see the LICENSE.txt
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @since 0.10.0
|
||||
* @license http://www.opensource.org/licenses/mit-license.php MIT License
|
||||
*/
|
||||
?>
|
||||
<?= $this->fetch('content') ?>
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
/* @var $this \Cake\View\View */
|
||||
use Cake\Core\Configure;
|
||||
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
/* @var $this \Cake\View\View */
|
||||
use Cake\Core\Configure;
|
||||
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
/* @var $this \Cake\View\View */
|
||||
$this->Html->css('BootstrapUI.signin', ['block' => true]);
|
||||
$this->prepend('tb_body_attrs', ' class="' . implode(' ', [$this->request->controller, $this->request->action]) . '" ');
|
||||
|
|
|
@ -1,16 +1,32 @@
|
|||
<?php
|
||||
/**
|
||||
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
|
||||
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* For full copyright and license information, please see the LICENSE.txt
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @since 0.10.0
|
||||
* @license http://www.opensource.org/licenses/mit-license.php MIT License
|
||||
*/
|
||||
?>
|
||||
<?= $this->fetch('content') ?>
|
||||
|
|
|
@ -1,5 +1,33 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
use Cake\Core\Configure;
|
||||
|
||||
/**
|
||||
|
|
|
@ -1,5 +1,33 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
use Cake\Core\Configure;
|
||||
|
||||
/**
|
||||
|
|
|
@ -1,18 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
|
||||
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* For full copyright and license information, please see the LICENSE.txt
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @since 0.10.0
|
||||
* @license http://www.opensource.org/licenses/mit-license.php MIT License
|
||||
*/
|
||||
|
||||
$cakeDescription = 'CakePHP: the rapid development php framework';
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
if (!isset($channel)):
|
||||
$channel = [];
|
||||
endif;
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
use Cake\Core\Configure;
|
||||
?>
|
||||
|
@ -67,4 +96,4 @@
|
|||
<?= $this->Form->end() ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
use Cake\Core\Configure;
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
$this->loadHelper('Custom');
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
/* @var $this \Cake\View\View */
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
$this->loadHelper('Custom');
|
||||
|
@ -60,4 +89,4 @@
|
|||
</ul>
|
||||
<p><?= $this->Paginator->counter(['format' => 'range']) ?></p>
|
||||
</div>
|
||||
<?= $this->element('create') ?>
|
||||
<?= $this->element('create') ?>
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
use Cake\Core\Configure;
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
$this->loadHelper('Custom');
|
||||
|
@ -39,4 +68,4 @@
|
|||
<?= $this->Form->end() ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
$this->loadHelper('Custom');
|
||||
?>
|
||||
|
|
|
@ -1,16 +1,32 @@
|
|||
<?php
|
||||
/**
|
||||
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
|
||||
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* For full copyright and license information, please see the LICENSE.txt
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @since 0.10.0
|
||||
* @license http://www.opensource.org/licenses/mit-license.php MIT License
|
||||
*/
|
||||
use Cake\Cache\Cache;
|
||||
use Cake\Core\Configure;
|
||||
|
|
|
@ -1,14 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
* Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
||||
$activationUrl = [
|
||||
'_full' => true,
|
||||
'plugin' => 'CakeDC/Users',
|
||||
|
|
|
@ -1,12 +1,32 @@
|
|||
<?php
|
||||
/**
|
||||
* Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
?>
|
||||
|
||||
|
|
|
@ -1,14 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
* Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
||||
$activationUrl = [
|
||||
'_full' => true,
|
||||
'plugin' => 'CakeDC/Users',
|
||||
|
|
|
@ -1,14 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
* Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
||||
$activationUrl = [
|
||||
'_full' => true,
|
||||
'plugin' => 'CakeDC/Users',
|
||||
|
|
|
@ -1,14 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
* Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
||||
$activationUrl = [
|
||||
'_full' => true,
|
||||
'plugin' => 'CakeDC/Users',
|
||||
|
|
|
@ -1,14 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
* Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
||||
$activationUrl = [
|
||||
'_full' => true,
|
||||
'plugin' => 'CakeDC/Users',
|
||||
|
|
|
@ -1,12 +1,32 @@
|
|||
<?php
|
||||
/**
|
||||
* Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
$this->extend('Layout/TwitterBootstrap/dashboard');
|
||||
?>
|
||||
|
@ -73,4 +93,4 @@ $this->extend('Layout/TwitterBootstrap/dashboard');
|
|||
</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]); ?>
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
use Cake\Core\Configure;
|
||||
|
||||
if($this->request->Session()->read('Auth.User')){
|
||||
|
@ -54,4 +83,4 @@ $this->Flash->render('auth');
|
|||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,12 +1,32 @@
|
|||
<?php
|
||||
/**
|
||||
* Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
$this->extend('Layout/TwitterBootstrap/dashboard');
|
||||
?>
|
||||
|
@ -95,4 +115,4 @@ $this->extend('Layout/TwitterBootstrap/dashboard');
|
|||
</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]); ?>
|
||||
|
|
|
@ -1,12 +1,32 @@
|
|||
<?php
|
||||
/**
|
||||
* Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
$this->extend('Layout/TwitterBootstrap/dashboard');
|
||||
?>
|
||||
|
@ -57,4 +77,4 @@ $this->extend('Layout/TwitterBootstrap/dashboard');
|
|||
</ul>
|
||||
<p><?= $this->Paginator->counter(['format' => 'range']) ?></p>
|
||||
</div>
|
||||
<?= $this->element('create') ?>
|
||||
<?= $this->element('create') ?>
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
/* @var $this \Cake\View\View */
|
||||
use Cake\Core\Configure;
|
||||
$this->layout = 'default';
|
||||
|
|
|
@ -1,12 +1,32 @@
|
|||
<?php
|
||||
/**
|
||||
* Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
$this->extend('Layout/TwitterBootstrap/dashboard');
|
||||
?>
|
||||
|
|
|
@ -1,12 +1,32 @@
|
|||
<?php
|
||||
/**
|
||||
* Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
use Cake\Core\Configure;
|
||||
$this->layout = 'default';
|
||||
|
@ -80,4 +100,4 @@ $this->layout = 'default';
|
|||
<?= $this->Form->end() ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
use Cake\Core\Configure;
|
||||
$this->layout = 'default';
|
||||
$this->Flash->render('auth');
|
||||
|
@ -35,4 +64,4 @@ $this->Flash->render('auth');
|
|||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,12 +1,32 @@
|
|||
<?php
|
||||
/**
|
||||
* Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
?>
|
||||
<div class="users form large-10 medium-9 columns">
|
||||
|
|
|
@ -1,12 +1,32 @@
|
|||
<?php
|
||||
/**
|
||||
* Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
?>
|
||||
<div class="users form">
|
||||
|
|
|
@ -1,12 +1,32 @@
|
|||
<?php
|
||||
/**
|
||||
* Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
* @copyright Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
$this->extend('Layout/TwitterBootstrap/dashboard');
|
||||
?>
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
|
||||
$this->start('tb_actions');
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
|
||||
$this->start('tb_actions');
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
/* @var $this \Cake\View\View */
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
$this->start('tb_actions');
|
||||
|
@ -38,4 +67,4 @@ $this->start('tb_actions');
|
|||
<?= $this->Paginator->next(__('next') . ' >') ?>
|
||||
</ul>
|
||||
<p><?= $this->Paginator->counter() ?></p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
|
||||
$this->start('tb_actions');
|
||||
|
|
|
@ -1,4 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2017 AVERWAY LTD
|
||||
*
|
||||
* LICENSE:
|
||||
*
|
||||
* This file is part of SophiMail Dashboard (http://www.sophimail.com).
|
||||
*
|
||||
* SophiMail Dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
||||
* later version with exceptions for vendors and plugins.
|
||||
*
|
||||
* See the LICENSE file for a full license statement.
|
||||
*
|
||||
* SophiMail Dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with SophiMail Dashboard. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @author AVERWAY LTD <support@sophimail.com>
|
||||
* @license GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
|
||||
* @copyright 2017 AVERWAY LTD
|
||||
*
|
||||
* SophiMail is a registered trademark of AVERWAY LTD
|
||||
*
|
||||
*/
|
||||
$this->extend('../Layout/TwitterBootstrap/dashboard');
|
||||
|
||||
$this->start('tb_actions');
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue