Ticket #625 (closed defect: fixed)
Backslash in paths does not work on Unix.
| Reported by: | Martin Nilsson | Owned by: | gogo |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Xinha Core | Version: | trunk |
| Severity: | normal | Keywords: | |
| Cc: |
Description
in examples/ext_example-menu.php:
<?PHP $LocalPluginPath = dirname(dirname(__FILE__)).'\plugins'; $LocalSkinPath = dirname(dirname(__File__)).'\skins'; ?>
I had to change \ to / in order to make it work on FreeBSD with php5.
Change History
Note: See
TracTickets for help on using
tickets.
