Skip to content

Instantly share code, notes, and snippets.

@0x00009b
Created November 19, 2020 12:36
Show Gist options
  • Save 0x00009b/d7608933f6d604f75f74b39f4b8102ee to your computer and use it in GitHub Desktop.
Save 0x00009b/d7608933f6d604f75f74b39f4b8102ee to your computer and use it in GitHub Desktop.
<?php if (!defined('PmWiki')) exit();
$WikiTitle = "My New Wiki";
$PageLogoUrl = "http://example.com/mylogo.gif";
# Uncomment and correct these if PmWiki fails to detect the browser-reachable URLs
#$ScriptUrl = 'http://example.com/pmwiki/pmwiki.php';
#$PubDirUrl = 'http://example.com/pmwiki/pub';
$DefaultPasswords['admin'] = pmcrypt('onesecret');
$EnableUpload = 1;
$DefaultPasswords['upload'] = pmcrypt('secrettwo');
# Uncomment and change these if your server is not in your timezone
# date_default_timezone_set('America/New_York'); # if you run PHP 5.1 or newer
# putenv("TZ=EST5EDT"); # if you run PHP 5.0 or older
$TimeFmt = '%B %d, %Y, at %I:%M %p %Z';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment