Guest User

Untitled

a guest
Jul 17th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1.  
  2. id=1;
  3. for (i=0; i<kernel_number; i++){
  4.  
  5. if (kernel_show[i]){
  6. echo "kernel{$id}.arg1={title[i]}\n" >> propfile.prop;
  7. echo "kernel{$id}.arg2={subtitle[i]}\n" >> propfile.prop;
  8. echo "kernel{$id}.arg3={selected[i]}\n" >> propfile.prop;
  9. id++;
  10. }
  11.  
  12. }
Add Comment
Please, Sign In to add comment