~fabiocbalbuquerque/sahana-agasti/web-services

« back to all changes in this revision

Viewing changes to web/wiki/install.php

  • Committer: Chad Heuschober
  • Date: 2011-03-24 16:30:40 UTC
  • mto: (1.26.1 push-trunk) (7.1.1 mayon)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: chad.heuschober@mail.cuny.edu-20110324163040-j81stk9su46i41er
Committed additional license changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
    '2008-05-04'   => '1e5c42eac3219d9e21927c39e3240aad',
47
47
    '2009-02-14'   => 'ec8c04210732a14fdfce0f7f6eead865',
48
48
    '2009-12-25'   => '993c4b2b385643efe5abf8e7010e11f4',
49
 
    '2010-11-07'   => '7921d48195f4db21b8ead6d9bea801b8',
50
 
    '2011-05-25'   => '4241865472edb6fa14a1227721008072',
 
49
    '2010-11-07'   => '7921d48195f4db21b8ead6d9bea801b8'
51
50
);
52
51
 
53
52
 
461
460
                         'glob header ignore_user_abort ini_get mail mkdir '.
462
461
                         'ob_start opendir parse_ini_file readfile realpath '.
463
462
                         'rename rmdir serialize session_start unlink usleep '.
464
 
                         'preg_replace file_get_contents htmlspecialchars_decode '.
465
 
                         'spl_autoload_register');
 
463
                         'preg_replace file_get_contents htmlspecialchars_decode');
466
464
 
467
465
    if (!function_exists('mb_substr')) {
468
466
        $funcs[] = 'utf8_encode';