Changeset 20721 for trunk/install.php


Ignore:
Timestamp:
Feb 12, 2013, 12:37:34 PM (11 years ago)
Author:
mistic100
Message:

feature:65 fix fatal error at the end of the install process, remove unused file and function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install.php

    r20707 r20721  
    312312      DEFAULT_PREFIX_TABLE,
    313313      $prefixeTable,
    314       $dblayer
     314      'mysql'
    315315      );
    316316    // We fill the tables with basic informations
     
    319319      DEFAULT_PREFIX_TABLE,
    320320      $prefixeTable,
    321       $dblayer
     321      'mysql'
    322322      );
    323323
     
    468468    session_name($conf['session_name']);
    469469    session_set_cookie_params(0, cookie_path());
     470    register_shutdown_function('session_write_close');
     471   
    470472    $user = build_user(1, true);
    471473    log_user($user['id'], false);
Note: See TracChangeset for help on using the changeset viewer.