1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 12:20:44 +02:00

Bugtracker #3938 - hard coded LAN

This commit is contained in:
e107steved
2007-05-06 21:13:11 +00:00
parent c1c55df653
commit 3becfaa636

View File

@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org). | GNU General Public License (http://gnu.org).
| |
| $Source: /cvs_backup/e107_0.8/e107_admin/links.php,v $ | $Source: /cvs_backup/e107_0.8/e107_admin/links.php,v $
| $Revision: 1.2 $ | $Revision: 1.3 $
| $Date: 2006-12-07 15:41:49 $ | $Date: 2007-05-06 21:13:11 $
| $Author: sweetas $ | $Author: e107steved $
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
*/ */
@@ -663,7 +663,7 @@ function show_sublink_generator() {
</table> </table>
</form> </form>
</div>"; </div>";
$ns->tablerender("Sublinks Generator", $text); $ns->tablerender(LINKLAN_4, $text);
} }