- Timestamp:
- 05/19/18 13:21:21 (7 years ago)
- Branches:
- master, perl-5.22
- Children:
- 9670dd0
- Parents:
- a39aa4c
- Location:
- npl/syn3/webint
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
npl/syn3/webint/src/openvpn/model.php
ra39aa4c rb4abfab 35 35 CLIENT_LIST test2 188.89.163.201:35963 10.8.0.18 3039 3717 Tue Nov 22 23:11:17 2016 1479852677 psy 36 36 CLIENT_LIST test20 192.168.13.236:48928 10.8.0.34 47084 43668 Tue Nov 22 23:08:06 2016 1479852486 psy 37 38 2.4.x: 39 HEADER CLIENT_LIST Common Name Real Address Virtual Address Virtual IPv6 Address Bytes Received Bytes Sent Connected Since Connected Since (time_t) Username Client ID Peer ID 40 CLIENT_LIST test 213.126.87.242:58739 10.8.0.10 17705 13762 Thu May 17 12:51:25 2018 1526561485 test 2 1 41 42 37 43 */ 38 44 function openvpn_Status() -
npl/syn3/webint/src/openvpn/status.php
ra39aa4c rb4abfab 51 51 { 52 52 echo "<tr>"; 53 echo "<td><a href='/useradmin/edituser.php?name=".$client[ 8]."'>".$client[8]."</a>";53 echo "<td><a href='/useradmin/edituser.php?name=".$client[9]."'>".$client[9]."</a>"; 54 54 echo "<td>".$client[1]; 55 echo "<td>".$client[ 6];55 echo "<td>".$client[7]; 56 56 echo "<td>".$client[2]; 57 57 echo "<td>".$client[3]; 58 echo "<td>".$client[4];59 58 echo "<td>".$client[5]; 59 echo "<td>".$client[6]; 60 60 61 61 echo "</tr>"; -
npl/syn3/webint/webint.build
ra39aa4c rb4abfab 1 656 41 6565 -
npl/syn3/webint/webint.md5
ra39aa4c rb4abfab 832 832 16877f2ae40364c8db9b1536080a8ee6 ./src/openvpn/listcerts.php 833 833 6bd817d4aa1565638e41d5bde02b3d2e ./src/openvpn/menuman.php 834 31a3d0abc641f4ed55691953b6209220./src/openvpn/model.php835 abfd99f18cd00c2149b5436ec912a2ec./src/openvpn/status.php834 a906f6e134f33208169cef9de1242de7 ./src/openvpn/model.php 835 1c884f6577d22801b8f19aa1aab4045e ./src/openvpn/status.php 836 836 3fb8ed50605a860855713f5836010ab4 ./src/openvpn/wizardman.php 837 837 cbc0ebbef2bd7c7438d1d1981f3b2a44 ./src/openxchange/lang_deD.php … … 1160 1160 3d8b121024940b3004ca67bacb88b74e ./updatelang.sh 1161 1161 e15c0d77cf349ff3f2c55bf1b48ea567 ./upload.sh 1162 1ac7a3c76a6c547dd79dab2ac72c76f3 ./webint.pkg1162 69a48aead4f50f1307377214ad1f6393 ./webint.pkg 1163 1163 05d46c478b4e8c14eafeb686a5b8c064 ./webint.SlackBuild 1164 fb38dd13fa0539525d98fec0e6e2f261./webint.SlackBuild.log.gz1164 afa6d1d42a98aba4adbd2e4da1252c38 ./webint.SlackBuild.log.gz 1165 1165 693ffd7c59a1fe2b34276bec14f3ebfb ./zones.conf -
npl/syn3/webint/webint.pkg
-
Property
mode
changed from
100755
to100644
-
Property
mode
changed from
Note: See TracChangeset
for help on using the changeset viewer.