Ticket #625 (closed defect: fixed)

Opened 7 years ago

Last modified 7 years ago

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

Changed 7 years ago by gogo

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.