File: index.php_binary_path

package info (click to toggle)
apg 2.2.3.dfsg.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 696 kB
  • ctags: 731
  • sloc: ansic: 4,867; php: 744; sh: 186; makefile: 140; perl: 9
file content (14 lines) | stat: -rw-r--r-- 361 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Fix path to apg executable
Origin: vendor
Forwarded: not-needed
--- a/php/apgonline/index.php
+++ b/php/apgonline/index.php
@@ -7,7 +7,7 @@
  
   $apg_title = "Automated Password Generator Online" ;
 
-  $generator     = "/usr/local/bin/apg -q" ; # APG location
+  $generator     = "/usr/bin/apg -q" ; # APG location
   #
   # Default options
   #