Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonym-tsk committed Nov 5, 2024
1 parent 5fa7f44 commit 4f13ac7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.11
2.5.10
2 changes: 1 addition & 1 deletion web/ipk/postinst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

/opt/etc/init.d/S80lighttpd start
/opt/etc/init.d/S80lighttpd reload
/opt/etc/init.d/S80lighttpd reconfigure

ip_addr=$(ip -f inet addr show dev br0 2>/dev/null | grep inet | sed -n 's/.*inet \([0-9.]\+\).*/\1/p')
echo "NFQWS Web Interface installed: http://$ip_addr:90"
Expand Down
2 changes: 1 addition & 1 deletion web/share/www/nfqws/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

ini_set('memory_limit', '32M');

define('ROOT_DIR', file_exists('/opt/etc/nfqws.conf') ? '/opt' : '');
define('ROOT_DIR', file_exists('/opt/etc/nfqws/nfqws.conf') ? '/opt' : '');
define('SCRIPT_NAME', ROOT_DIR ? 'S51nfqws' : 'nfqws-keenetic');

function normalizeString(string $s): string {
Expand Down

0 comments on commit 4f13ac7

Please sign in to comment.