File: 45crosslink

package info (click to toggle)
sql-ledger 3.2.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 33,080 kB
  • sloc: perl: 73,172; sql: 36,530; sh: 34; makefile: 21
file content (25 lines) | stat: -rw-r--r-- 705 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Description: Add links between the normal login page and the admin login
 page.
Forwarded-Upsteam: tried on 2004-08-07 but Dieter refused as he prefers to
 "hide" the admin login page from users.

--- sql-ledger-2.8.15.orig/bin/mozilla/admin.pl
+++ sql-ledger-2.8.15/bin/mozilla/admin.pl
@@ -104,6 +104,7 @@ function sf(){
 <input type=hidden name=action value=login>
 <input type=hidden name=path value=$form->{path}>
 </table>
+<p><a href="login.pl">Normal login</a></p>
 
 </form>
 
--- sql-ledger-2.8.15.orig/bin/mozilla/login.pl
+++ sql-ledger-2.8.15/bin/mozilla/login.pl
@@ -130,6 +130,7 @@ $sf
     </td>
   </tr>
 </table>
+<p><a href="admin.pl">Administration login</a></p>
   
 </body>
 </html>