이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
도움말
로그인
Open6Hosting
/
webdns
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
Cambio de la llamada para los límites de web dominios. Antes se llamaba a una función propia de ispconfig que no nos funciona y la he sustituido por una función nuestra que hace lo mismo pero calcula bien apartir del registro número 10.
v2.0
David Ramos
7 년 전
부모
5df39ce9a4
커밋
abf6a76e37
1개의 변경된 파일
과
3개의 추가작업
그리고
2개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-2
clases/limites.inc.php
+ 3
- 2
clases/limites.inc.php
파일 보기
@@ -58,7 +58,8 @@ class limites {
$app->error('Reventa: '.$app->tform->wordbook["limit_database_txt"]);
}
$app->tform->formDef['db_table_idx'] = 'domain_id';
$this->limClienteWebDominio();
/*$app->tform->formDef['db_table_idx'] = 'domain_id';
$app->tform->formDef['db_table'] = 'web_domain';
//Límites Sitios Web
if(!$app->tform->checkClientLimit('limit_web_domain')) {
@@ -66,7 +67,7 @@ class limites {
}
if(!$app->tform->checkResellerLimit('limit_web_domain')) {
$app->error('Reventa: '.$app->tform->wordbook["limit_web_domain_txt"]);
}
}
*/
}
public $revendedor;
쓰기
미리보기
불러오는 중...
취소
저장