Author |
|
pehden Newbie
Joined: 23 December 2007 Location: United States
Online Status: Offline Posts: 25
|
Posted: 23 January 2011 at 12:20am | IP Logged
|
|
|
Editing php.ini
;Automatically add files before PHP document.
;http://php.net/auto-prepend-file
auto_prepend_file =
or
; Automatically add files after PHP document.
; http://php.net/auto-append-file
auto_append_file =
If I change that value you cant login into webmail lite.Why is this?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 24 January 2011 at 2:28am | IP Logged
|
|
|
I don't think you can get some PHP application, attach random code to it and
expect it to work correctly. In general, the approach might work or not depending
on multiple factors. Thing is, those prepend/append directives would affect every
PHP file, while adding the code to the application manually should provide more
predictable results.
In case if you'd like to add some text to the bottom of WebMail start page,
there's a file you could edit, it's called inc.footer.php.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
pehden Newbie
Joined: 23 December 2007 Location: United States
Online Status: Offline Posts: 25
|
Posted: 24 January 2011 at 2:38pm | IP Logged
|
|
|
Im working on a test file to use ini_set ( ) to turn off this for webmail but it seems that it affects all versions.
|
Back to Top |
|
|