Skip to content

Commit

Permalink
fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
CB9TOIIIA committed Nov 17, 2024
1 parent 3dc5d20 commit 6cfc16f
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
<?php
/**
* @package FL Gallery Image Element for Zoo
* @author Дмитрий Васюков http://fictionlabs.ru
* @license http://www.gnu.org/licenses/gpl.html GNU/GPL
* JBZoo Application
*
* This file is part of the JBZoo CCK package.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @package Application
* @license GPL-2.0
* @copyright Copyright (C) JBZoo.com, All rights reserved.
* @link https://github.com/JBZoo/JBZoo
*/

// no direct access
defined('_JEXEC') or die('Restricted access');

class UploadHandler
{

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
<?php

/**
* @package FL Gallery Image Element for Zoo
* @author Дмитрий Васюков http://fictionlabs.ru
* @license http://www.gnu.org/licenses/gpl.html GNU/GPL
* JBZoo Application
*
* This file is part of the JBZoo CCK package.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @package Application
* @license GPL-2.0
* @copyright Copyright (C) JBZoo.com, All rights reserved.
* @link https://github.com/JBZoo/JBZoo
*/

define('_JEXEC', 1);
// no direct access
defined('_JEXEC') or die('Restricted access');
define( 'JPATH_BASE', realpath(dirname(__FILE__).'/../../../../../../..'));
!defined('JBZOO_APP_GROUP') && define('JBZOO_APP_GROUP', 'jbuniversal');
!defined('DIRECTORY_SEPERATOR') && define('DIRECTORY_SEPERATOR', '/');
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
<?php

/**
* @package FL Gallery Image Element for Zoo
* @author Дмитрий Васюков http://fictionlabs.ru
* @license http://www.gnu.org/licenses/gpl.html GNU/GPL
* JBZoo Application
*
* This file is part of the JBZoo CCK package.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @package Application
* @license GPL-2.0
* @copyright Copyright (C) JBZoo.com, All rights reserved.
* @link https://github.com/JBZoo/JBZoo
*/

define('_JEXEC', 1);
// no direct access
defined('_JEXEC') or die('Restricted access');
define( 'JPATH_BASE', realpath(dirname(__FILE__).'/../../../../../../..'));
!defined('JBZOO_APP_GROUP') && define('JBZOO_APP_GROUP', 'jbuniversal');
!defined('DIRECTORY_SEPERATOR') && define('DIRECTORY_SEPERATOR', '/');
Expand Down

0 comments on commit 6cfc16f

Please sign in to comment.