Guest User

Untitled

a guest
Jul 18th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <?php
  2. $cfg['QueryHistoryDB'] = true;
  3. $cfg['ExecTimeLimit'] = 200;
  4. $cfg['LeftFrameLight'] = false;
  5. $cfg['LeftDisplayLogo'] = false;
  6. $cfg['ShowAll'] = true;
  7. $cfg['TextareaRows'] = 30;
  8. $cfg['MaxRows'] = 50;
  9. $cfg['Export'] = array (
  10. 'asfile' => true,
  11. 'charset' => 'utf-8',
  12. 'file_template_table' => '__TABLE__.%Y.%m.%d-kl.%H.%M',
  13. 'file_template_database' => '__DB__.%Y.%m.%d-kl.%H.%M',
  14. 'file_template_server' => '__SERVER__.%Y.%m.%d-kl.%H.%M',
  15. );
  16. ?>
Add Comment
Please, Sign In to add comment