
mpercyit
User
Nov 10, 2006, 4:16 PM
Post #5 of 6
(1057 views)
Shortcut
|
|
Re: [Damon] Article Manager v2.1 - New features on the way...
[In reply to]
|
Can't Post
|
|
I still don't think you have it. Since the path to PHP is in the PHP files, not the article files, a placeholder doesn't seem like it would do any good. If the path is incorrect in the PHP file, then the PHP programs will not work correctly, therefore you couldn't publish or do anything else for that matter. For example at the top of every PHP page, the following code is there: #!/usr/bin/perl # ---------------------------------------------------------------------------- # This software is Copyright (C) 2006, All Rights Reserved # ---------------------------------------------------------------------------- # This program is protected by local and international copyright laws. Any # use of this program is subject to the the terms of the license agreement # included as part of this distribution archive. Any other uses are strictly # prohibited without the written permission of the Vendor and all # other rights are reserved. # ----------------------------------------------------------------------------- # Warning : Modifying this program violates your license agreement! # ----------------------------------------------------------------------------- I need it to read something like this: #!f:\perl\bin\perl.exe # ---------------------------------------------------------------------------- # This software is Copyright (C) 2006, All Rights Reserved # ---------------------------------------------------------------------------- # This program is protected by local and international copyright laws. Any # use of this program is subject to the the terms of the license agreement # included as part of this distribution archive. Any other uses are strictly # prohibited without the written permission of the Vendor and all # other rights are reserved. # ----------------------------------------------------------------------------- # Warning : Modifying this program violates your license agreement! # ----------------------------------------------------------------------------- We are not modifying any of the code, just the path to PHP.
|