File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 11<?php
22/**
3- * Part of the Joomla Framework Utilities Package
4- *
5- * @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
6- * @license GNU General Public License version 2 or later; see LICENSE
3+ * @package FrameworkOnFramework
4+ * @subpackage utils
5+ * @copyright Copyright (C) 2010-2016 Nicholas K. Dionysopoulos / Akeeba Ltd. All rights reserved.
6+ * @license GNU General Public License version 2 or later; see LICENSE.txt
7+ * @note This file has been modified by the Joomla! Project and no longer reflects the original work of its author.
78 */
89
910namespace Joomla \Utilities ;
1011
1112/**
1213 * IpHelper is a utility class for processing IP addresses
1314 *
14- * This class is adapted from the `FOFUtilsIp` class distributed with the Joomla! CMS as part of the FOF library by Akeeba Ltd.
15- * The original class is copyright of Nicholas K. Dionysopoulos / Akeeba Ltd.
16- *
1715 * @since 1.6.0
1816 */
1917final class IpHelper
You can’t perform that action at this time.
0 commit comments