HEX
Server: LiteSpeed
System: Linux us-bos-web1853.main-hosting.eu 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64
User: u450816839 (450816839)
PHP: 8.2.30
Disabled: system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
Upload Files
File: /home/u450816839/domains/potterficweekly.com/public_html/wiki/StartProfiler.sample
<?php

/**
 * To use a profiler, copy this file to StartProfiler.php,
 * and add something like this:
 *
 *   $wgProfiler['class'] = 'Profiler';
 *
 * Or for a sampling profiler:
 *   if ( !mt_rand( 0, 100 ) ) {
 *       $wgProfiler['class'] = 'Profiler';
 *   } else {
 *       $wgProfiler['class'] = 'ProfilerStub';
 *   }
 * 
 * Configuration of the profiler output can be done in LocalSettings.php
 */