Changes between Version 37 and Version 38 of GenDolFAQs


Ignore:
Timestamp:
May 12, 2009, 11:23:36 AM (16 years ago)
Author:
IgorL
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GenDolFAQs

    v37 v38  
    11== General Dolphin FAQ == 
    22 
     3'''[wiki:GenDolFAQs#HowcanIcheckPHPsettingsonmyserver How can I check PHP settings on my server?]''' 
     4 
    35'''[wiki:GenDolFAQs#HowdoIeditthewebpagesAboutUsContactUsPrivacyTermsFAQ How do I edit the web pages About Us, Contact Us, Privacy, Terms, FAQ?]''' 
    46 
     
    2224 
    2325'''[wiki:GenDolFAQs#HowcanIcreatealanguagefilebasedHTMLblock How can I create a language file based HTML block?]''' 
     26 
     27---- 
     28 
     29        == '''''How can I check PHP settings on my server?''''' == 
     30 
     31To check the installed extensions and PHP settings, you need to create a php file, for example '''info.php''' with the following contents: 
     32{{{ 
     33<?php 
     34phpinfo(); 
     35?> 
     36}}} 
     37 
     38The settings, such as '''register_globals''', '''safe_mode''', '''disabled_functions''' and '''allow_url_include''', will be displayed in the '''PHP Core''' table on the page. 
     39 
     40This table will be followed by smaller tables for every installed extension, such as '''gd''', '''xslt''', '''dom'''. 
     41 
     42The same page can also be accessed when in Dolphin Admin Panel by navigating to '''admin/phpinfo.php'''. 
     43 
    2444---- 
    2545 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.
Fork me on GitHub