| |
| | |

CodersClub

 Forgot password?
 Register
Search
View: 3794|Reply: 1
Collapse the left

does not work management plug-ins

[Copy link]
Post time: 2013-05-22 20:35
| Show all posts |Read mode
Отредактировано: netnikogo, 2013-5-22 21:38

diff original discuz!x 3.0 vs ML3.0
  1. 164c165
  2. <                                                         '<a href="'.ADMINSCRIPT.'?action=plugins&operation=import&dir='.$entry.'" class="bold">'.$lang['plugins_config_install'].'</a>'
  3. ---
  4. >                                                         '<a href="'.ADMINSCRIPT.'?action=plugins&operation=import&dir='.$entry.'&formhash='.FORMHASH.'" class="bold">'.$lang['plugins_config_install'].'</a>'
  5. 315c316
  6. < } elseif($operation == 'import') {
  7. ---
  8. > } elseif(FORMHASH == $_GET['formhash'] && $operation == 'import') {
Copy the Code
and lost final ?>
  1. 1639,1640d1643
  2. <
  3. < ?>
  4. \ No newline at end of file
Copy the Code

Rate

Number of participants 1Rating +1 Collapse Reason
vot + 1 Usefull

View Rating Log

 Russia

Post time: 2013-05-23 07:03
| Show all posts
1) Thanx!
I have used the 20130511 release, but the new one was released  20130513!
Will see...

2)  The final "?>" is not recommended by the PHP Coding Standards.
So I remove it only if I have modified a file, elsewhere the file stay unchanged.
You have to log in before you can reply Login | Register

Points Rules

Archive|Mobile|Dark room|CodersClub

Top.Mail.Ru
Top.Mail.Ru

2024-05-10 22:17 GMT+3 , Processed in 0.032238 sec., 10 queries .

Powered by Discuz! X3.4 Release 20230520

© 2001-2024 Discuz! Team.

MultiLingual version, Rev. 4301, © codersclub.org

Quick Reply To Top Return to the list