Changeset 37 for system/generators/vpn.php
- Timestamp:
- Jan 31, 2008, 8:38:47 PM (17 years ago)
- Location:
- system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
system
-
Property svn:ignore
set to
nohup.out
-
Property svn:ignore
set to
-
system/generators/vpn.php
r1 r37 1 <? 2 include('global.php'); 3 include_once('../../html/is/db.php'); 4 DB_Init('localhost', 'root', '', 'is'); 1 <?php 2 include_once('../../html/global.php'); 5 3 6 4 // Generate security corfiguration for PPTP … … 12 10 "gprs gprs gprs\n". 13 11 "601100210@etcz * pJLNno\n"); 14 DB_Select('hosts','*','hosts.block=0');15 while($Row = DB_Row())12 $DbResult = $Database->select('hosts','*','hosts.block=0'); 13 while($Row = $DbResult->fetch_array()) 16 14 { 17 15 if($Row['vpn'] != 0)
Note:
See TracChangeset
for help on using the changeset viewer.