forked from ledgersmb/LedgerSMB
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some additional suexec issues fixed git-svn-id: svn://svn.code.sf.net/p/ledger-smb/code/branches/1.3@3878 4979c152-3d1c-0410-bac9-87ea11338e46
- Loading branch information
Showing
13 changed files
with
40 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
#!/usr/bin/perl | ||
use FindBin; | ||
BEGIN { | ||
lib->import($FindBin::Bin) unless $ENV{mod_perl} | ||
} | ||
|
||
|
||
require 'lsmb-request.pl'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
#!/usr/bin/perl | ||
use FindBin; | ||
BEGIN { | ||
lib->import($FindBin::Bin) unless $ENV{mod_perl} | ||
} | ||
|
||
|
||
require 'lsmb-request.pl'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
#!/usr/bin/perl | ||
use FindBin; | ||
BEGIN { | ||
lib->import($FindBin::Bin) unless $ENV{mod_perl} | ||
} | ||
|
||
|
||
require 'lsmb-request.pl'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
#!/usr/bin/perl | ||
use FindBin; | ||
BEGIN { | ||
lib->import($FindBin::Bin) unless $ENV{mod_perl} | ||
} | ||
|
||
|
||
require 'lsmb-request.pl'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
#!/usr/bin/perl | ||
|
||
use FindBin; | ||
BEGIN { | ||
lib->import($FindBin::Bin) unless $ENV{mod_perl} | ||
} | ||
|
||
require 'lsmb-request.pl'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
#!/usr/bin/perl | ||
|
||
use FindBin; | ||
BEGIN { | ||
lib->import($FindBin::Bin) unless $ENV{mod_perl} | ||
} | ||
|
||
require 'lsmb-request.pl'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
#!/usr/bin/perl | ||
|
||
use FindBin; | ||
BEGIN { | ||
lib->import($FindBin::Bin) unless $ENV{mod_perl} | ||
} | ||
|
||
require 'lsmb-request.pl'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +0,0 @@ | ||
#!/usr/bin/perl | ||
|
||
`perl -ibak -pe 's|<\%(\.)\%>|<?lsmb $1 ?>|g' templates/*` | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
#!/usr/bin/perl | ||
|
||
use FindBin; | ||
BEGIN { | ||
lib->import($FindBin::Bin) unless $ENV{mod_perl} | ||
} | ||
|
||
require 'lsmb-request.pl'; |