time-since" title="Tue, 09 May 2023 07:15:13 UTC">%!s(int64=3) %!d(string=před) roky SC.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky SD.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky SE.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky SG.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky SH.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky SI.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky SK.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky SL.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky SM.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky SN.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky SO.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky SR.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky ST.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky SV.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky SY.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky SZ.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky TC.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky TD.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky TG.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky TH.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky TJ.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky TK.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky TL.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky TM.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky TN.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky TO.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky TR.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky TT.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky TV.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky TW.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky TZ.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky UA.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky UG.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky US.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky UY.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky UZ.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky VA.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky VC.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky VE.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky VG.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky VI.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky VN.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky VU.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky WF.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky WS.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky YE.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky YT.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky ZA.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky ZM.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky ZW.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky alt-af.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky alt-an.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky alt-as.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky alt-eu.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky alt-na.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky alt-oc.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky alt-sa.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky alt-ww.js 77628cf8bf first comm %!s(int64=3) %!d(string=před) roky tum/whitesports - Gogs: Simplico Git Service

Няма описание

403.php 382B

12345678910111213141516171819202122232425262728
  1. <?php
  2. /**
  3. * Exception for 403 Forbidden responses
  4. *
  5. * @package Requests
  6. */
  7. /**
  8. * Exception for 403 Forbidden responses
  9. *
  10. * @package Requests
  11. */
  12. class Requests_Exception_HTTP_403 extends Requests_Exception_HTTP {
  13. /**
  14. * HTTP status code
  15. *
  16. * @var integer
  17. */
  18. protected $code = 403;
  19. /**
  20. * Reason phrase
  21. *
  22. * @var string
  23. */
  24. protected $reason = 'Forbidden';
  25. }