Hi Forum,
can anyone tell me the path to phpinfo() in SugarCRM?
In other words: Which php-file executes phpinfo() ?
thx a lot!
Cheers from Germany
Hi Forum,
can anyone tell me the path to phpinfo() in SugarCRM?
In other words: Which php-file executes phpinfo() ?
thx a lot!
Cheers from Germany
Last edited by Chr1s; 2007-05-07 at 08:17 PM.
phpinfo is something you can run from a separate file.
Create a .txt file (notepad.exe) and put the following code in it...
Save it as info.php, upload it to your server, and then navigate to it using your browser. (http://www.yourdomain.com/info.php)<?php
phpinfo();
?>
Thanks a lot!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks