- Timestamp:
- 11/16/18 15:23:06 (6 years ago)
- Branches:
- master
- Children:
- ca72aba
- Parents:
- cf6b9ba
- Location:
- npl/syn3/webint
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
npl/syn3/webint/src/activatie/menuman.php
rcf6b9ba r4d96a65 1 1 <? 2 /* 2 /* 3 3 (C) 2004-2013 DatuX - info@datux.nl 4 4 … … 18 18 19 19 IncludeLang(__FILE__); 20 Menu_AddSub("syn3", 40, _Activation(), "activatie/showlicense.php"); 21 20 Menu_AddSub("syn3", 10, _Activation(), "activatie/showlicense.php"); -
npl/syn3/webint/src/login/login.php
rcf6b9ba r4d96a65 1 <? 1 <? 2 2 /* 3 3 … … 55 55 } 56 56 $chk_passwd=$passwds[$new_name]; 57 57 58 58 //only root is allowed to log in at this moment 59 59 if( $chk_passwd && $new_name=="root" ) … … 70 70 //type2 shadow 71 71 else $crypt_passwd = crypt( $new_passwd, substr( $chk_passwd, 0, 2 ) ); 72 72 73 73 //compare crypted password with chk_passwd from shado 74 74 if( strcmp( $crypt_passwd, $chk_passwd ) != 0 ) … … 85 85 86 86 LogInfo(_UserLoggedIn()); 87 87 88 88 //where to go from this point? 89 89 Wizard_Check(); … … 93 93 Redirect($_GET[target]); 94 94 else 95 Redirect("../ updates/listupdates.php");95 Redirect("../monitoring/listalerts.php"); 96 96 } 97 97 } … … 106 106 <? FormStart(_WelcomeToSyn3On($_SERVER['SERVER_NAME'])); ?> 107 107 <table cellspacing="10" > 108 <? 108 <? 109 109 if ($_GET[error]) 110 110 { 111 111 echo "<tr><td colspan=2><strong>".$_GET[error]."</strong></td></tr>"; 112 112 } 113 ?> 113 ?> 114 114 <tr><td><?= _LoginName() ?></td><td> 115 115 <? InputText("new_name",$errors,"new_passwd"); ?> … … 117 117 <tr><td><?= _Password() ?></td><td> 118 118 <? InputPasswd("new_passwd",$errors); ?> 119 <tr><td> </td><td> 119 <tr><td> </td><td> 120 120 <? Button("login", _Login() ); ?> 121 </td></tr> 122 </table> 121 </td></tr> 122 </table> 123 123 <? FormEnd(); ?> 124 124 <? Foot(); ?> -
npl/syn3/webint/src/updates/menuman.php
rcf6b9ba r4d96a65 1 1 <? 2 /* 2 /* 3 3 (C) 2004-2013 DatuX - info@datux.nl 4 4 … … 18 18 19 19 20 IncludeLang(__FILE__); 21 20 IncludeLang(__FILE__); 21 22 22 $main="syn3"; 23 23 Menu_AddMain($main, 5, _MenuSyn3(), '', "../img/menutab_$main.gif"); 24 Menu_AddSub($main, 10, _SimpellinuxUpdates(), "updates/listupdates.php","S" );24 Menu_AddSub($main, 40, _SimpellinuxUpdates(), "updates/listupdates.php","S" ); -
npl/syn3/webint/webint.build
rcf6b9ba r4d96a65 1 65 691 6570 -
npl/syn3/webint/webint.md5
rcf6b9ba r4d96a65 51 51 2a4a73ccf38ac0f2ab7edbbbaed26bb9 ./src/activatie/lang_ptD.php 52 52 842e77437c1fda2b9d12fa28855d8573 ./src/activatie/lang_pt.php 53 e3534d1905701677640e57cc03e08f28./src/activatie/menuman.php53 899edbebee61fccc2ab39cb80bd9d119 ./src/activatie/menuman.php 54 54 66aedd9081571111d57ba1a8a55bb53d ./src/activatie/moduleneeded.php 55 55 1786c5cdd59a911c7e5e87262ff462f2 ./src/activatie/regclient.php … … 678 678 cf67c28040e2393a3a829a0dba137ced ./src/login/lang_ptD.php 679 679 de79d329544b90a68655256c95edc469 ./src/login/lang_pt.php 680 14d580686f354172f0f62263f518c6ef./src/login/login.php680 9464a1d8564ea52f457742da88e9fd74 ./src/login/login.php 681 681 dc08f4e4db7cf0da48a273bed1762809 ./src/log/lang_deD.php 682 682 36f27fb0d24cf567b5eb15ddffc2d9e2 ./src/log/lang_de.php … … 1079 1079 409b3d3ce88bc68f503c42403087c8bf ./src/updates/lang_pt.php 1080 1080 730c01d2eb055265cce504e29dffb4d6 ./src/updates/listupdates.php 1081 5c3cdc87d18926a7a1265ef663d6016b./src/updates/menuman.php1081 4ac4c896cc5aaaa40d5fd6a23feb7c41 ./src/updates/menuman.php 1082 1082 7834b8fa5ea4096444daaa7b0f7220b6 ./src/updates/model.php 1083 1083 21e4cf8b07098821ae8494ae0947341b ./src/updates/mountinstaller.sh … … 1160 1160 3d8b121024940b3004ca67bacb88b74e ./updatelang.sh 1161 1161 e15c0d77cf349ff3f2c55bf1b48ea567 ./upload.sh 1162 bdce2addb7cc2ee6576e4264a6445dc7./webint.pkg1162 96052a8069db6a4adb15bade12539e93 ./webint.pkg 1163 1163 05d46c478b4e8c14eafeb686a5b8c064 ./webint.SlackBuild 1164 b9e1e987d0d5f22a7d192cdeea108a23./webint.SlackBuild.log.gz1164 d1e241fb9d550d019ce72563052dab02 ./webint.SlackBuild.log.gz 1165 1165 693ffd7c59a1fe2b34276bec14f3ebfb ./zones.conf
Note: See TracChangeset
for help on using the changeset viewer.