Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
server:web [2020/03/10 11:33] – Apparently http:// assplodes everything... fix. Deuceserver:web [2020/11/18 06:19] – web_root_dir ecbbs
Line 11: Line 11:
 It also, through Server-Side JavaScript (SSJS), allows dynamic pages to be It also, through Server-Side JavaScript (SSJS), allows dynamic pages to be
 created which can access BBS data directly. created which can access BBS data directly.
 +
 +For more information on the webv4 implementation, visit [[https://github.com/echicken/synchronet-web-v4/wiki|webv4]]
  
  
Line 393: Line 395:
     [, string path      [, string path 
     [, bool secure ]]]])     [, bool secure ]]]])
 +
 +
 +==== Extra global variables ====
 +
 +=== web_root_dir ===
 +The path to the web server's document root directory.
 +
 +See also: the RootDirectory key under [Web] in [[config:sbbs.ini]].
 +
  
 ===== The SSJS Template System ===== ===== The SSJS Template System =====