File: debian_version

package info (click to toggle)
usemod-wiki 1.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 896 kB
  • sloc: perl: 4,992; sh: 27; makefile: 16
file content (10 lines) | stat: -rw-r--r-- 264 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- a/wiki.pl
+++ b/wiki.pl
@@ -5132,6 +5132,7 @@ sub RenamePage {
 sub DoShowVersion {
   print &GetHeader('', T('Displaying Wiki Version'), '');
   print "<p>UseModWiki version 1.2.3</p>\n";
+  print "<p>Debian version </p>\n";
   print &GetCommonFooter();
 }