Changeset 1163 for lmd/trunk/fuentes/lmd-server.install
- Timestamp:
- Apr 11, 2016, 12:35:20 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lmd/trunk/fuentes/lmd-server.install/usr/share/llxbootmanager/www-boot/pxemenu.d/10-ltsp.php
r392 r1163 177 177 $i=1; 178 178 do{ 179 list($attribute, $value)= split( "=" ,$lines[$i]);179 list($attribute, $value)=explode( "=" ,$lines[$i]); 180 180 if (trim($attribute)=="exportname"){ 181 181 // Exist this exportname img?
Note: See TracChangeset
for help on using the changeset viewer.