Jump to content
View in the app

A better way to browse. Learn more.

The Uniform Server Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

UniServer 5.6.7-Nano

Featured Replies

UniServer 5.6.7-Nano

 

This release of Uniform Server is a maintenance update.

 

MySQL updated to 5.1.48

Updated PHP info page

Updated server certificate and key generation - reduction in size

Corrected hungry replace in shebang update

Removed SSL duplication

 

Download 5.6.7-Nano

 

 

Wiki page support

Server key and certificate generation revisited.

 

 

Regards,

The Uniform Server Development Team :angry:

  • Author

Corrected hungry replace in shebang update :angry:

 

It’s a shame seems I corrected it in one place however it occurs in two places :angry:

 

The one I missed is in file:

UniServer\unicon\main\includes\functions.php

Edit file and locate this section:

	//=== Update shebang in all files in folder cgi-bin and sub-folders ===========
if (perl_installed()){					// Only update if Perl installed
  $start_dir   = US_CGI_BIN;			  // Main Perl folder
  $file_type   = '/(\.pl|\.cgi)/';	   // List of file types
  $search_str  = "/#!.*/";				// Old shebang
  $replace_str = "#!".US_BASE_F."/usr/bin/perl.exe"; // New shebang
  recursive_search_replace($start_dir,$file_type,$search_str,$replace_str);
 }

Change fifth line to:

$search_str  = "/^#!.*/";				// Old shebang

 

All the best

Ric :)

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.