User Tools

Site Tools


building:scripts

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
building:scripts [2019/03/10 20:50]
Mavrixio
building:scripts [2019/03/10 20:56]
Mavrixio
Line 17: Line 17:
     }     }
 } }
 +</​code>​
 +
 +And by using the #include directive, you can even bypass the fact that a specific script is "​not"​ accessible on the server that you are building on. Not that you should do that, but at least you should not hesite to #include someone else script instead of re-coding all functions:
 +<​code>​
 +#include "​any_script"​
 +#include "​really_anyscript"​
 </​code>​ </​code>​
  
building/scripts.txt ยท Last modified: 2019/03/26 21:08 by murdrkitten

phpBB Appliance - Powered by TurnKey Linux