[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/ -> install.php (summary)

(no description)

File Size: 710 lines (21 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 3 files
 inc/lang/en/lang.php
 inc/init.php
 inc/pageutils.php

Defines 11 functions

  acltoggle()
  print_form()
  print_retry()
  check_data()
  store_data()
  fileWrite()
  check_configs()
  check_permissions()
  check_functions()
  langsel()
  print_errors()

Functions
Functions that are not part of a class:

acltoggle()   X-Ref
No description

print_form($d)   X-Ref
Print the input form

param: array $d submitted entry 'd' of request data

print_retry()   X-Ref
No description

check_data(&$d)   X-Ref
Check validity of data

author: Andreas Gohr
param: array $d
return: bool ok?

store_data($d)   X-Ref
Writes the data to the config files

author: Chris Smith <chris@jalakai.co.uk>
param: array $d
return: bool

fileWrite($filename, $data)   X-Ref
Write the given content to a file

author: Chris Smith <chris@jalakai.co.uk>
param: string $filename
param: string $data
return: bool

check_configs()   X-Ref
check installation dependent local config files and tests for a known
unmodified main config file

author: Chris Smith <chris@jalakai.co.uk>
return: bool

check_permissions()   X-Ref
Check other installation dir/file permission requirements

author: Chris Smith <chris@jalakai.co.uk>
return: bool

check_functions()   X-Ref
Check the availability of functions used in DokuWiki and the PHP version

author: Andreas Gohr <andi@splitbrain.org>
return: bool

langsel()   X-Ref
Print language selection

author: Andreas Gohr <andi@splitbrain.org>

print_errors()   X-Ref
Print global error array

author: Andreas Gohr <andi@splitbrain.org>