Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 12 additions & 19 deletions index.php
Original file line number Diff line number Diff line change
@@ -1,24 +1,17 @@
<?php

//////////////////////////////////////////////////////////////
//===========================================================
// index.php
//===========================================================
// AEF : Advanced Electron Forum
// Version : 1.0.10
// Inspired by Pulkit and taken over by Electron
// ----------------------------------------------------------
// Started by: Electron, Ronak Gupta, Pulkit Gupta
// Date: 23rd Jan 2006
// Time: 15:00 hrs
// Site: http://www.anelectron.com/ (Anelectron)
// ----------------------------------------------------------
// Please Read the Terms of use at http://www.anelectron.com
// ----------------------------------------------------------
//===========================================================
// (C)AEF Group All Rights Reserved.
//===========================================================
//////////////////////////////////////////////////////////////
/*
* Copyright (C) 2013 AEF Group
* http://anelectron.com
* License: http://www.anelectron.com/about.php?page=license
*
* NO WARRANTY:
* BECAUSE THE SOFTWARE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE SOFTWARE.
* THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
* INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
* IN NO EVENT SHALL THE AUTHORS/COPYRIGHT HOLDERS BE LIABLE TO ANY PARTY FOR ANY KIND OF DAMAGE
* IN ANY FORM ARISING IN ANY WAY OUT OF THE USE OR MISUSE OF THIS SOFTWARE.
*/

define('AEF', 1);

Expand Down
4 changes: 2 additions & 2 deletions languages/english/index_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
// Index.php Language Strings
////////////////////////////////

$l['cant_view_forum_title'] = 'Cant View Forum';
$l['cant_view_forum_title'] = 'Can\'t View Forum';
$l['cant_view_forum'] = 'You are not allowed to view or use this forum.';


Expand Down Expand Up @@ -168,4 +168,4 @@
$l['jump_'] = '';
$l['forum_jump'] = 'Categories and Forums';

?>
?>