index.php
changeset 79 0c0aa144356a
parent 71 e1b918eaf69a
child 82 c255196bc447
equal deleted inserted replaced
78:effde559e0e9 79:0c0aa144356a
    17  *
    17  *
    18  *  You should have received a copy of the GNU General Public License
    18  *  You should have received a copy of the GNU General Public License
    19  *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
    19  *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
    20  */
    20  */
    21 
    21 
    22 session_start();
    22 //session_start();
    23 require_once("inc/toolkit.inc.php");
    23 require_once("inc/toolkit.inc.php");
    24 include_once("inc/header.inc.php");
    24 include_once("inc/header.inc.php");
    25 ?>
    25 ?>
    26    <h3><?php echo _('Welcome'); ?>, <?php echo $_SESSION["name"] ?></h3>
    26    <h3><?php echo _('Welcome'); ?>, <?php echo $_SESSION["name"] ?></h3>
    27    <ul>
    27    <ul>