Browse Source

Change some short php tags to long tags

spaghetti 8 years ago
parent
commit
b736dccec6
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      peerupdate.php
  2. 1
    1
      sections/peerupdate/index.php

+ 1
- 1
peerupdate.php View File

1
-<?
1
+<?php
2
 define('MEMORY_EXCEPTION', true);
2
 define('MEMORY_EXCEPTION', true);
3
 define('TIME_EXCEPTION', true);
3
 define('TIME_EXCEPTION', true);
4
 define('ERROR_EXCEPTION', true);
4
 define('ERROR_EXCEPTION', true);

+ 1
- 1
sections/peerupdate/index.php View File

1
-<?
1
+<?php
2
 // We keep torrent groups cached. However, the peer counts change often, so our solutions are to not cache them for long, or to update them. Here is where we updated them.
2
 // We keep torrent groups cached. However, the peer counts change often, so our solutions are to not cache them for long, or to update them. Here is where we updated them.
3
 
3
 
4
 if ((!isset($argv[1]) || $argv[1]!=SCHEDULE_KEY) && !check_perms('admin_schedule')) { // authorization, Fix to allow people with perms hit this page.
4
 if ((!isset($argv[1]) || $argv[1]!=SCHEDULE_KEY) && !check_perms('admin_schedule')) { // authorization, Fix to allow people with perms hit this page.

Loading…
Cancel
Save