2012-04-19, 05:20:30
Hi
Is there any special cause for using __DIR__ instead of dirname(__FILE__)
@ inc/backup.php and backup_archive_formats.php ????????????
It's is supposed to be equivalent to dirname(__FILE__)
since it gives a white deth screen for the whole admin on php 5.2
__DIR__ began at php 5.3 ................
Replacing it made the WSOD go back to hell, but there are still a few "session already started' out there .... (php 5.2)
Is there any special cause for using __DIR__ instead of dirname(__FILE__)
@ inc/backup.php and backup_archive_formats.php ????????????
It's is supposed to be equivalent to dirname(__FILE__)
since it gives a white deth screen for the whole admin on php 5.2
__DIR__ began at php 5.3 ................
Replacing it made the WSOD go back to hell, but there are still a few "session already started' out there .... (php 5.2)